]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/notebook.h
started once again from stubs
[wxWidgets.git] / include / wx / stubs / notebook.h
index b5834ec1816fedcf1db5cda6a9b4f209cd14b079..83f8c1ce4e1d7ff81c7cf285c1f2cd4bbb2e7292 100644 (file)
@@ -18,7 +18,9 @@
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
-#include <wx/dynarray.h>
+#include "wx/dynarray.h"
+#include "wx/event.h"
+#include "wx/control.h"
 
 // ----------------------------------------------------------------------------
 // types
@@ -130,6 +132,8 @@ public:
   // ----------
     // 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,