]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/radiobut.h
minor fixes to wxLocale::GetSystemLanguage(), test code for it added to the console...
[wxWidgets.git] / include / wx / mac / radiobut.h
index 8e8bf1313d37f062d16a793722c5f996ad76204a..9de7a224c5deb48eb953b44f80163231fb86b6dd 100644 (file)
@@ -43,11 +43,17 @@ class WXDLLEXPORT wxRadioButton: public wxControl
            const wxValidator& validator = wxDefaultValidator,
            const wxString& name = wxRadioButtonNameStr);
 
-  virtual void SetLabel(const wxString& label);
   virtual void SetValue(bool val);
   virtual bool GetValue() const ;
 
+       virtual void MacHandleControlClick( ControlHandle control , SInt16 controlpart ); 
   void Command(wxCommandEvent& event);
+  wxRadioButton *AddInCycle(wxRadioButton *cycle);
+  inline wxRadioButton *NextInCycle() {return m_cycle;}
+
+  protected:
+  
+  wxRadioButton *m_cycle;  
 };
 
 // Not implemented