Compilation fixes for wxMotif.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23067 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user