X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9b11752c4f9e1fd4b11ba3d184246267facb3ad3..9655ec028f79daba0402d0880658a7e1e59c999d:/include/wx/listbook.h diff --git a/include/wx/listbook.h b/include/wx/listbook.h index a021dee95e..a4d1d31c17 100644 --- a/include/wx/listbook.h +++ b/include/wx/listbook.h @@ -71,7 +71,6 @@ public: virtual wxString GetPageText(size_t n) const; virtual int GetPageImage(size_t n) const; virtual bool SetPageImage(size_t n, int imageId); - virtual wxSize CalcSizeFromPage(const wxSize& sizePage) const; virtual bool InsertPage(size_t n, wxWindow *page, const wxString& text, @@ -89,9 +88,6 @@ public: protected: virtual wxWindow *DoRemovePage(size_t page); - // get the size which the list control should have - virtual wxSize GetControllerSize() const; - void UpdateSelectedPage(size_t newsel); wxBookCtrlEvent* CreatePageChangingEvent() const;