]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/notebook.h
Added a parameter 'failOnDataTypeUnsupported' to getDbInfo (that defaults to TRUE...
[wxWidgets.git] / include / wx / generic / notebook.h
index a8ddfebff4389b48bce421bd51770c94ccdaafae..467a27e58b03f2404f2e169e0004b279fe8ec769 100644 (file)
@@ -101,6 +101,8 @@ public:
     // remove one page from the notebook, without deleting the page.
   bool RemovePage(size_t nPage);
   bool RemovePage(wxNotebookPage* page);
+  virtual wxWindow* DoRemovePage(size_t nPage);
+
     // remove all pages
   bool DeleteAllPages();
     // the same as AddPage(), but adds it at the specified position