X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c6eb3a84be918dcfed2496d014549e13af0f0e9..d80170bd4d3fa22bdd3e30f2d009f3fd8e9a8b4e:/include/wx/osx/carbon/checkbox.h diff --git a/include/wx/osx/carbon/checkbox.h b/include/wx/osx/carbon/checkbox.h index 981a66b7cc..85ea0b7739 100644 --- a/include/wx/osx/carbon/checkbox.h +++ b/include/wx/osx/carbon/checkbox.h @@ -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;