X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/789f6795165f19cd16f0ba9f799add6a92720454..dec531b232661311e4d62cd7cd822db67c7be950:/include/wx/gtk/radiobox.h diff --git a/include/wx/gtk/radiobox.h b/include/wx/gtk/radiobox.h index 14fdae0c8b..3eeb57552b 100644 --- a/include/wx/gtk/radiobox.h +++ b/include/wx/gtk/radiobox.h @@ -21,7 +21,7 @@ // wxRadioBox //----------------------------------------------------------------------------- -class wxRadioBox: public wxControl +class WXDLLIMPEXP_CORE wxRadioBox: public wxControl { public: wxRadioBox() { Init(); } @@ -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();