]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/notebook.h
Small Motif bug fixes
[wxWidgets.git] / include / wx / stubs / notebook.h
index 9b0794f359ed0b8fb112cefda6b9bbce362ca745..83f8c1ce4e1d7ff81c7cf285c1f2cd4bbb2e7292 100644 (file)
@@ -132,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,