]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/notebook.h
new template-based more flexible and hopefully more efficient raw bitmap implementation
[wxWidgets.git] / include / wx / msw / notebook.h
index 14ae37fb0eab32dc42e93d34b1f208902774b94f..b6941fe64e4867bc3f449fe217be0cb5bc66eebb 100644 (file)
@@ -91,13 +91,8 @@ public:
   // ----------
     // remove all pages
   bool DeleteAllPages();
-    // adds a new page to the notebook (it will be deleted ny the notebook,
+    // inserts a new page to the notebook (it will be deleted ny the notebook,
     // don't delete it yourself). If bSelect, this page becomes active.
-  bool AddPage(wxNotebookPage *pPage,
-               const wxString& strText,
-               bool bSelect = FALSE,
-               int imageId = -1);
-    // the same as AddPage(), but adds it at the specified position
   bool InsertPage(int nPage,
                   wxNotebookPage *pPage,
                   const wxString& strText,