Deprecate GtkNotebookPage as used in switch-page

Fixes: 618327
This commit is contained in:
Christian Dywan
2010-07-13 16:49:53 +02:00
parent a5272c82a6
commit 04c54efe5c
4 changed files with 21 additions and 5 deletions

View File

@ -40,7 +40,11 @@ struct _GailNotebookPage
AtkObject parent;
GtkNotebook *notebook;
#ifndef GTK_DISABLE_DEPRECATED
GtkNotebookPage *page;
#else
gpointer page;
#endif
gint index;
guint notify_child_added_id;