]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/radiobut.h
Merged GSOC Ribbon work from SOC2009_RIBBON branch into trunk.
[wxWidgets.git] / include / wx / osx / radiobut.h
index 9c719eed3be0b58ddc1c2b70ef74464c3bc424a8..54e4fa34d6d1ad07f5aa5afb001f2d687a9c6a8a 100644 (file)
@@ -39,18 +39,18 @@ public:
     virtual void SetValue(bool val);
     virtual bool GetValue() const ;
 
     virtual void SetValue(bool val);
     virtual bool GetValue() const ;
 
-    // implementation 
-    
+    // implementation
+
     void Command(wxCommandEvent& event);
     wxRadioButton *AddInCycle(wxRadioButton *cycle);
     void RemoveFromCycle();
     inline wxRadioButton *NextInCycle() {return m_cycle;}
     void Command(wxCommandEvent& event);
     wxRadioButton *AddInCycle(wxRadioButton *cycle);
     void RemoveFromCycle();
     inline wxRadioButton *NextInCycle() {return m_cycle;}
-    
+
     // osx specific event handling common for all osx-ports
     // osx specific event handling common for all osx-ports
-    
-    virtual bool        HandleClicked( double timestampsec );
+
+    virtual bool        OSXHandleClicked( double timestampsec );
   protected:
   protected:
-  
+
     wxRadioButton *m_cycle;
 };
 
     wxRadioButton *m_cycle;
 };