]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/notebook.h
wxUSE_THREADS in sckint.h; wxMotif Clone error fixed; JPEG makefile.unx for wxMotif
[wxWidgets.git] / include / wx / gtk1 / notebook.h
index 97c86e7ee9dd577e7e7400c8cdef12f92b22243b..c23be2fe212584cd241521ca1c329426a9ca1964 100644 (file)
@@ -134,6 +134,9 @@ public:
     // set the padding between tabs (in pixels)
   void SetPadding(const wxSize& padding);
 
+    // Sets the size of the tabs (assumes all tabs are the same size)
+  void SetTabSize(const wxSize& sz);
+
   // operations
   // ----------
     // remove one page from the notebook but do not destroy it
@@ -161,6 +164,9 @@ public:
   bool DoPhase(int phase);
   void ApplyWidgetStyle();
 
+  // report if window belongs to notebook  
+  bool IsOwnGtkWindow( GdkWindow *window );
+
   // common part of all ctors
   void Init();