]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/carbon/checkbox.h
extact common GAddress declarations to the common header instead of duplicating them...
[wxWidgets.git] / include / wx / osx / carbon / checkbox.h
index 981a66b7cccaeb8369f9d82649f9e223e38473a5..85ea0b77391d005a4fcbe4f9924712d3b7fbee10 100644 (file)
@@ -34,9 +34,11 @@ public:
     virtual void SetValue(bool);
     virtual bool GetValue() const;
 
-    virtual wxInt32 MacControlHit( WXEVENTHANDLERREF handler , WXEVENTREF event ) ;
     virtual void Command(wxCommandEvent& event);
 
+    // osx specific event handling common for all osx-ports
+    
+    virtual bool        HandleClicked( double timestampsec );
 protected:
     void DoSet3StateValue(wxCheckBoxState val);
     virtual wxCheckBoxState DoGet3StateValue() const;