]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtknotebook.h
adapted clist pixmap clipping
[~andy/gtk] / gtk / gtknotebook.h
index fadd33e32c664e165cf2d7733144a5ba09e3e85c..501a991aa9619cadc37f7306e724bc014b236d31 100644 (file)
@@ -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