X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9b11752c4f9e1fd4b11ba3d184246267facb3ad3..c2246a3881e5c3293b70560dde099ee772c86d73:/include/wx/toolbook.h diff --git a/include/wx/toolbook.h b/include/wx/toolbook.h index 43f1ac3274..c35c4c7ab1 100644 --- a/include/wx/toolbook.h +++ b/include/wx/toolbook.h @@ -75,7 +75,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, @@ -101,9 +100,6 @@ public: protected: virtual wxWindow *DoRemovePage(size_t page); - // get the size which the list control should have - virtual wxSize GetControllerSize() const; - // event handlers void OnToolSelected(wxCommandEvent& event); void OnSize(wxSizeEvent& event);