]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/notebook.h
1. warnings suppressed in wave.cpp
[wxWidgets.git] / include / wx / generic / notebook.h
index 99fb13d1adeef1376b0c83ca887a0aa4a8d13aee..fe6d8c82deccad07742e8b0e80385990e5b578da 100644 (file)
@@ -149,6 +149,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, and delete the page.