]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/notebook.h
changed removed wxToUpper to standard toupper
[wxWidgets.git] / include / wx / msw / notebook.h
index 4fe6aa40a082bb49fa0f8df10d9f47bb7f4f8f69..3f4697fab98f8452cbff96dabe795553a033d47c 100644 (file)
@@ -166,6 +166,10 @@ public:
     // get the panel which represents the given page
   wxNotebookPage *GetPage(int nPage) { return m_aPages[nPage]; }
 
+    // Windows-only at present. Also, you must use the wxNB_FIXEDWIDTH
+    // style.
+  void SetTabSize(const wxSize& sz);
+
   // callbacks
   // ---------
   void OnSize(wxSizeEvent& event);