summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.h
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2010-07-13 17:05:22 +0200
committerChristian Dywan <christian@twotoasts.de>2010-07-13 17:05:22 +0200
commit828f5cbe2e04b60ec013df6fc33f7a5b537e6efd (patch)
tree09e9223290d6a903722c411cf59f5e801b770dd6 /gtk/gtknotebook.h
parent04c54efe5cf13cccf9897c4b5d9bf9d364d1e078 (diff)
downloadgtk+-828f5cbe2e04b60ec013df6fc33f7a5b537e6efd.tar.gz
Change GtkNotebookPage in switch-page into GtkWidget
Diffstat (limited to 'gtk/gtknotebook.h')
-rw-r--r--gtk/gtknotebook.h6
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 */