]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/notebook.h
For non-Unicode added #include <ctype.h> and <string.h> to avoid some missing
[wxWidgets.git] / include / wx / gtk / notebook.h
index 97c86e7ee9dd577e7e7400c8cdef12f92b22243b..34e2906a9c61460fedecee7ffae41075f8e6d0c1 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