]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/carbon/button.h
Fixed non-precompiled headers compilation
[wxWidgets.git] / include / wx / osx / carbon / button.h
index 1c3b4d01ae9f9e3db415e5acc6495d954f8abdb2..ccf647576f496ed4bcce889fc68ca7c62065843b 100644 (file)
@@ -43,12 +43,15 @@ public:
                 const wxValidator& validator = wxDefaultValidator,
                 const wxString& name = wxButtonNameStr);
 
-    virtual wxInt32 MacControlHit( WXEVENTHANDLERREF handler , WXEVENTREF event ) ;
     static wxSize GetDefaultSize();
 
     virtual wxWindow *SetDefault();
     virtual void Command(wxCommandEvent& event);
 
+    // osx specific event handling common for all osx-ports
+    
+    virtual bool        HandleClicked( double timestampsec );
+
 protected:
     virtual wxSize DoGetBestSize() const ;
 
@@ -82,7 +85,9 @@ public:
     void SetOpen( bool open );
     bool IsOpen() const;
 
-    virtual wxInt32 MacControlHit( WXEVENTHANDLERREF handler , WXEVENTREF event ) ;
+    // osx specific event handling common for all osx-ports
+    
+    virtual bool        HandleClicked( double timestampsec );
 
 protected:
     virtual wxSize DoGetBestSize() const ;