]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/carbon/radiobut.h
Fixed non-precompiled headers compilation
[wxWidgets.git] / include / wx / osx / carbon / radiobut.h
index 6514d218e7eeb4d5bed1d4f093cd4fb601679a62..9c719eed3be0b58ddc1c2b70ef74464c3bc424a8 100644 (file)
@@ -41,12 +41,14 @@ public:
 
     // implementation 
     
-      virtual wxInt32 MacControlHit( WXEVENTHANDLERREF handler , WXEVENTREF event ) ;
     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
+    
+    virtual bool        HandleClicked( double timestampsec );
   protected:
   
     wxRadioButton *m_cycle;