X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c25665759055290f25645c910c80ee067f1fbdf5..2fe2d3de6b8c4020bd36c7259a5d4fb70b670592:/include/wx/choicebk.h?ds=inline 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);