Deprecate GtkNotebookPage as used in switch-page
Fixes: 618327
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user