diff options
author | Christian Dywan <christian@twotoasts.de> | 2010-07-13 17:05:22 +0200 |
---|---|---|
committer | Christian Dywan <christian@twotoasts.de> | 2010-07-13 17:05:22 +0200 |
commit | 828f5cbe2e04b60ec013df6fc33f7a5b537e6efd (patch) | |
tree | 09e9223290d6a903722c411cf59f5e801b770dd6 /gtk/gtknotebook.h | |
parent | 04c54efe5cf13cccf9897c4b5d9bf9d364d1e078 (diff) | |
download | gtk+-828f5cbe2e04b60ec013df6fc33f7a5b537e6efd.tar.gz |
Change GtkNotebookPage in switch-page into GtkWidget
Diffstat (limited to 'gtk/gtknotebook.h')
-rw-r--r-- | gtk/gtknotebook.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gtk/gtknotebook.h b/gtk/gtknotebook.h index 0f8dec401d..0c55223935 100644 --- a/gtk/gtknotebook.h +++ b/gtk/gtknotebook.h @@ -103,11 +103,7 @@ struct _GtkNotebookClass GtkContainerClass parent_class; void (* switch_page) (GtkNotebook *notebook, -#if !defined (GTK_DISABLE_DEPRECATED) || defined (GTK_COMPILATION) - GtkNotebookPage *page, -#else - gpointer page, -#endif + GtkWidget *page, guint page_num); /* Action signals for keybindings */ |