]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/radiobut.h
added conversion function to CFStringRefs
[wxWidgets.git] / include / wx / mac / radiobut.h
index 3e2a1e07a26e189151808799e6953a9b78ffbe54..e418d3f49542da870a7a1689c766a41e8e0ba3e3 100644 (file)
 #ifndef _WX_RADIOBUT_H_
 #define _WX_RADIOBUT_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "radiobut.h"
 #endif
 
-#include "wx/control.h"
-
-WXDLLEXPORT_DATA(extern const char*) wxRadioButtonNameStr;
-
 class WXDLLEXPORT wxRadioButton: public wxControl
 {
   DECLARE_DYNAMIC_CLASS(wxRadioButton)
@@ -48,7 +44,7 @@ public:
 
     // 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;}