X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/789f6795165f19cd16f0ba9f799add6a92720454..6def7a17b01a15e68696a1863d114ecc5554e3d4:/include/wx/gtk/radiobox.h diff --git a/include/wx/gtk/radiobox.h b/include/wx/gtk/radiobox.h index 14fdae0c8b..7d155a6783 100644 --- a/include/wx/gtk/radiobox.h +++ b/include/wx/gtk/radiobox.h @@ -123,11 +123,6 @@ public: void ApplyToolTip( GtkTooltips *tips, const wxChar *tip ); #endif // wxUSE_TOOLTIPS - // reposition the radio buttons correctly unless justCalc == true and - // return the total size needed to accommodate them - wxSize LayoutItems(bool justCalc) const; - - virtual void DoSetSize( int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO ); virtual void OnInternalIdle(); bool m_hasFocus, @@ -136,9 +131,6 @@ public: wxList m_boxes; protected: - // implement some base class methods - virtual wxSize DoGetBestSize() const; - // common part of all ctors void Init();