]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/notebook.h
another GetInt/GetId bug fix
[wxWidgets.git] / include / wx / stubs / notebook.h
index b5834ec1816fedcf1db5cda6a9b4f209cd14b079..18b0793da201a93c99693c17e0a48cb92b0e6611 100644 (file)
@@ -18,7 +18,9 @@
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
-#include <wx/dynarray.h>
+#include "wx/dynarray.h"
+#include "wx/event.h"
+#include "wx/control.h"
 
 // ----------------------------------------------------------------------------
 // types
@@ -126,10 +128,15 @@ 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
   bool DeletePage(int nPage);
+    // remove one page from the notebook, without deleting
+  bool RemovePage(int nPage);
     // remove all pages
   bool DeleteAllPages();
     // adds a new page to the notebook (it will be deleted ny the notebook,