X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=driver%2Fdemo-Gtk-stubs.h;h=55c4358ffca03a66c13cd49ddc85497938123eb3;hb=14627f4038ada5d11456f3770090f3c39740d70f;hp=8211d199e2f3288f0831942c651c937f1c4f11d2;hpb=0ed85ca0e4b0eae40a4f50a51d63f2f41e45373a;p=xscreensaver diff --git a/driver/demo-Gtk-stubs.h b/driver/demo-Gtk-stubs.h index 8211d199..55c4358f 100644 --- a/driver/demo-Gtk-stubs.h +++ b/driver/demo-Gtk-stubs.h @@ -68,3 +68,19 @@ prefs_cancel_cb (GtkButton *button, void manual_cb (GtkButton *button, gpointer user_data); + +void +notebook_switch_page_cb (GtkNotebook *notebook, + GtkNotebookPage *page, + gint page_num, + gpointer user_data); + +void +pref_changed_cb (GtkNotebook *notebook, + GtkNotebookPage *page, + gint page_num, + gpointer user_data); + +void +enabled_cb (GtkToggleButton *togglebutton, + gpointer user_data);