]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/radiobut.h
Added back the missing Undo/Redo accelerators that unaccountably
[wxWidgets.git] / include / wx / mac / radiobut.h
index 3e2a1e07a26e189151808799e6953a9b78ffbe54..752fa59b46afab06baffa43166d614bf297bb8e1 100644 (file)
 #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;}