git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51338
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
virtual size_t GetPageCount() const { return m_pages.size(); }
// get the panel which represents the given page
virtual size_t GetPageCount() const { return m_pages.size(); }
// get the panel which represents the given page
- wxWindow *GetPage(size_t n) { return m_pages[n]; }
wxWindow *GetPage(size_t n) const { return m_pages[n]; }
// get the current page or NULL if none
wxWindow *GetPage(size_t n) const { return m_pages[n]; }
// get the current page or NULL if none