]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/notebook.h
This is the way to go (well, close enough).
[wxWidgets.git] / include / wx / gtk1 / notebook.h
index 97c86e7ee9dd577e7e7400c8cdef12f92b22243b..34e2906a9c61460fedecee7ffae41075f8e6d0c1 100644 (file)
@@ -134,6 +134,9 @@ public:
     // set the padding between tabs (in pixels)
   void SetPadding(const wxSize& padding);
 
     // 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
   // operations
   // ----------
     // remove one page from the notebook but do not destroy it