X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=driver%2Fdemo-Gtk-stubs.h;h=7388d5a3d0d02f4ed7c96e7065a5689064faba27;hp=8211d199e2f3288f0831942c651c937f1c4f11d2;hb=0316d74da7982288abddd34e7a62698eb7f79965;hpb=06e9a7886a77cad92f9ddbc169d6d199a4d8b76d diff --git a/driver/demo-Gtk-stubs.h b/driver/demo-Gtk-stubs.h index 8211d199..7388d5a3 100644 --- a/driver/demo-Gtk-stubs.h +++ b/driver/demo-Gtk-stubs.h @@ -68,3 +68,15 @@ 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);