#pragma interface "radiobut.h"
#endif
-#include "wx/control.h"
-
-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,
// implementation
- virtual void MacHandleControlClick( ControlHandle control , SInt16 controlpart );
+ virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart );
void Command(wxCommandEvent& event);
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