32 #ifndef GNC_FLICKER_GUI_H 33 #define GNC_FLICKER_GUI_H 43 GtkWidget *input_entry;
44 GtkWidget *flicker_challenge;
45 GtkWidget *flicker_marker;
46 GtkWidget *flicker_hbox;
47 GtkAdjustment *adj_barwidth;
48 GtkAdjustment *adj_delay;
49 GtkSpinButton *spin_barwidth;
50 GtkSpinButton *spin_delay;
void ini_flicker_gui(const char *pChallenge, GncFlickerGui *gui)
Initialize the dialog and drawing area.