X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c25665759055290f25645c910c80ee067f1fbdf5..17e2694c5957fa82f3da9b338cd0937a98106005:/include/wx/choicebk.h diff --git a/include/wx/choicebk.h b/include/wx/choicebk.h index 4daa5b28ff..76a0387392 100644 --- a/include/wx/choicebk.h +++ b/include/wx/choicebk.h @@ -70,7 +70,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, @@ -91,9 +90,6 @@ protected: virtual wxWindow *DoRemovePage(size_t page); - // get the size which the choice control should have - virtual wxSize GetControllerSize() const; - void UpdateSelectedPage(size_t newsel) { m_selection = static_cast(newsel);