/* * Create the main window. */ #ifndef MAINWINDOW_H #define MAINWINDOW_H #include GtkWidget *application; GtkWidget *filelist; GtkWidget *wid_backlight; GtkWidget *wid_blink; GtkWidget *wid_interval; GtkWidget *wid_checkdelay; GtkWidget *wid_color; GtkWidget *wid_command; GtkWidget *wid_notify; GtkWidget *wid_runonce; GtkWidget *wid_testsize; int selected_row; gint list_unsel_cb (GtkCList *clist, gint row, gint column, GdkEventButton *event, void *data); void create_mainwindow(); #endif