X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..55ccdb93e4ae4b606a4068cb37492c1ec3ed77a6:/include/wx/mac/carbon/radiobut.h diff --git a/include/wx/mac/carbon/radiobut.h b/include/wx/mac/carbon/radiobut.h index c0732eb32f..572261ed2c 100644 --- a/include/wx/mac/carbon/radiobut.h +++ b/include/wx/mac/carbon/radiobut.h @@ -12,10 +12,6 @@ #ifndef _WX_RADIOBUT_H_ #define _WX_RADIOBUT_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "radiobut.h" -#endif - class WXDLLEXPORT wxRadioButton: public wxControl { DECLARE_DYNAMIC_CLASS(wxRadioButton) @@ -31,6 +27,7 @@ public: { Create(parent, id, label, pos, size, style, validator, name); } + virtual ~wxRadioButton(); bool Create(wxWindow *parent, wxWindowID id, const wxString& label, @@ -47,6 +44,7 @@ public: virtual wxInt32 MacControlHit( WXEVENTHANDLERREF handler , WXEVENTREF event ) ; void Command(wxCommandEvent& event); wxRadioButton *AddInCycle(wxRadioButton *cycle); + void RemoveFromCycle(); inline wxRadioButton *NextInCycle() {return m_cycle;} protected: @@ -58,7 +56,7 @@ public: #if 0 class WXDLLEXPORT wxBitmap ; -WXDLLEXPORT_DATA(extern const char*) wxBitmapRadioButtonNameStr; +WXDLLEXPORT_DATA(extern const wxChar) wxBitmapRadioButtonNameStr[]; class WXDLLEXPORT wxBitmapRadioButton: public wxRadioButton {