diff options
Diffstat (limited to 'gtk/gtknotebook.h')
-rw-r--r-- | gtk/gtknotebook.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/gtknotebook.h b/gtk/gtknotebook.h index fadd33e32c..501a991aa9 100644 --- a/gtk/gtknotebook.h +++ b/gtk/gtknotebook.h @@ -62,6 +62,7 @@ struct _GtkNotebook guint click_child : 2; guint button : 2; guint need_timer : 1; + guint child_has_focus : 1; }; struct _GtkNotebookClass @@ -69,7 +70,8 @@ struct _GtkNotebookClass GtkContainerClass parent_class; void (* switch_page) (GtkNotebook *notebook, - GtkNotebookPage *page); + GtkNotebookPage *page, + gint page_num); }; struct _GtkNotebookPage |