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
// set/get the title of a page
virtual bool SetPageText(size_t n, const wxString& strText) = 0;
// set/get the title of a page
virtual bool SetPageText(size_t n, const wxString& strText) = 0;