interface.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00030 void
00031 interface_create_gui (int req_width, int req_height);
00032
00033 void
00034 interface_set_render_type (int);
00035
00036 void rename_main_window(char const* filename, GtkWidget* main_win);
00037
00038 void
00039 set_window_icon (GtkWidget * this_window);
00040
00041 gboolean
00042 interface_get_alert_dialog_response (gchar *primaryText,
00043 gchar *secondaryText,
00044 gboolean show_checkbox,
00045 gboolean *ask_to_show_again );
00046
00047 void
00048 interface_show_alert_dialog (gchar *primaryText,
00049 gchar *secondaryText,
00050 gboolean show_checkbox,
00051 gboolean *ask_to_show_again );