 |  |  | [Insert name here] Reference Manual |  |
---|
guiutils
Details
CB()
#define CB(func) (G_CALLBACK (func))
GUI_W()
#define GUI_W(xml,widget) gui_get_widget(xml,widget)
gui_load ()
GladeXML* gui_load (const gchar *module,
const gchar *root);
gui_module_signals_connect ()
void gui_module_signals_connect (GladeXML *xml,
GuiModuleSignalsData *gmd);
gui_module_signals_connect_data ()
void gui_module_signals_connect_data (GladeXML *xml,
GuiModuleSignalsData *gmd,
gpointer data);
gui_get_yes_no_cancel ()
gint gui_get_yes_no_cancel (GtkWindow *window,
const gchar *message);
gui_get_filename_from_user ()
gchar* gui_get_filename_from_user (void);
gui_open_file_dialog ()
void gui_open_file_dialog (GCallback handler);
gui_get_widget ()
GtkWidget* gui_get_widget (GladeXML *xml,
const gchar *widget_name);
gui_report_error ()
void gui_report_error (GtkWindow *window,
const gchar *msg);
gui_destroy_widget_passed ()
void gui_destroy_widget_passed (GtkWidget *widget,
gpointer data);