r26: Started adding panel features.
[rox-filer/ma.git] / ROX-Filer / src / gui_support.h
blobeff68ff53daca00d1bb76607e776441a6ae80c50
1 /* vi: set cindent:
2 * $Id$
4 * ROX-Filer, filer for the ROX desktop project
5 * By Thomas Leonard, <tal197@ecs.soton.ac.uk>.
6 */
8 #ifndef _GUI_SUPPORT_H
9 #define _GUI_SUPPORT_H
11 #include <gtk/gtk.h>
13 void gui_support_init();
14 int get_choice(char *title,
15 char *message,
16 int number_of_buttons, ...);
17 void report_error(char *title, char *message);
18 void set_cardinal_property(GdkWindow *window, GdkAtom prop, guint32 value);
19 void add_panel_properties(GtkWidget *window);
21 #endif /* _GUI_SUPPORT_H */