X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..86ac84b8ce086e6bbda58f422d41f84268606e35:/include/wx/palmos/radiobox.h diff --git a/include/wx/palmos/radiobox.h b/include/wx/palmos/radiobox.h index fc8d8721d9..d77fce4bfe 100644 --- a/include/wx/palmos/radiobox.h +++ b/include/wx/palmos/radiobox.h @@ -12,14 +12,14 @@ #ifndef _WX_RADIOBOX_H_ #define _WX_RADIOBOX_H_ -class WXDLLEXPORT wxBitmap; -class WXDLLEXPORT wxRadioButton; +class WXDLLIMPEXP_FWD_CORE wxBitmap; +class WXDLLIMPEXP_FWD_CORE wxRadioButton; // ---------------------------------------------------------------------------- // wxRadioBox // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxRadioBox : public wxControl, public wxRadioBoxBase +class WXDLLIMPEXP_CORE wxRadioBox : public wxControl, public wxRadioBoxBase { public: wxRadioBox():m_radios(wxKEY_INTEGER,32) @@ -139,9 +139,6 @@ public: void SendNotificationEvent(); protected: - // we can't compute our best size before the items are added to the control - virtual void SetInitialBestSize(const wxSize& WXUNUSED(size)) { } - // get the max size of radio buttons wxSize GetMaxButtonSize() const; @@ -166,7 +163,7 @@ private: wxHashTable m_radios; DECLARE_DYNAMIC_CLASS(wxRadioBox) - DECLARE_NO_COPY_CLASS(wxRadioBox) + wxDECLARE_NO_COPY_CLASS(wxRadioBox); }; #endif