X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9d5371c60ba0cc628b00f11ff5c5f2c804a82858..7ca4ac63835adef8226b655013a8a84b416c8171:/include/wx/treebook.h?ds=inline diff --git a/include/wx/treebook.h b/include/wx/treebook.h index 7209e7c1fe..c7db5c2477 100644 --- a/include/wx/treebook.h +++ b/include/wx/treebook.h @@ -138,6 +138,9 @@ public: virtual bool DeleteAllPages(); protected: + // Implementation of a page removal. See DeletPage for comments. + wxTreebookPage *DoRemovePage(size_t pos); + // This subclass of wxBookCtrlBase accepts NULL page pointers (empty pages) virtual bool AllowNullPage() const { return true; } @@ -180,9 +183,6 @@ private: bool bSelect = false, int imageId = wxNOT_FOUND); - // Implementation of a page removal. See DeletPage for comments. - wxTreebookPage *DoRemovePage(size_t pos); - // Sets selection in the tree control and updates the page being shown. int DoSetSelection(size_t pos);