X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/079c842cae5a3ad08ad930ebc29a33c59acf634d..0eaa1d68c29cd273971be9d60008045e470c2d46:/include/wx/mac/radiobut.h diff --git a/include/wx/mac/radiobut.h b/include/wx/mac/radiobut.h index 6a2c5b1c6a..3e2a1e07a2 100644 --- a/include/wx/mac/radiobut.h +++ b/include/wx/mac/radiobut.h @@ -22,6 +22,8 @@ WXDLLEXPORT_DATA(extern const char*) wxRadioButtonNameStr; class WXDLLEXPORT wxRadioButton: public wxControl { + DECLARE_DYNAMIC_CLASS(wxRadioButton) + protected: public: inline wxRadioButton() {} inline wxRadioButton(wxWindow *parent, wxWindowID id, @@ -51,14 +53,9 @@ public: wxRadioButton *AddInCycle(wxRadioButton *cycle); inline wxRadioButton *NextInCycle() {return m_cycle;} - void OnIdle( wxIdleEvent &event ); - -protected: + protected: + wxRadioButton *m_cycle; - -private: - DECLARE_EVENT_TABLE() - DECLARE_DYNAMIC_CLASS(wxRadioButton) }; // Not implemented