#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <gtk/gtk.h>
#include "rox.h"
#include "error.h"
#include "rox-clib.h"
Functions | |
void | rox_error (const char *fmt,...) |
|
Display an error message in a modal dialogue box.
|