]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/carbon/slider.h
Explicitly call wxObject ctor in wxColourPropertyValue ctors
[wxWidgets.git] / include / wx / osx / carbon / slider.h
index 04dc08a6d034d67ac584f862b28a5d0b3b69c9e6..f2f40043e4fd712843d418c776b17fa3742673cd 100644 (file)
@@ -75,7 +75,9 @@ public:
     void SetTick(int tickPos) ;
 
     void Command(wxCommandEvent& event);
-    virtual wxInt32 MacControlHit(WXEVENTHANDLERREF handler, WXEVENTREF event);
+    // osx specific event handling common for all osx-ports
+    
+    virtual bool        HandleClicked( double timestampsec );
     void MacHandleControlClick(WXWidget control, wxInt16 controlpart, bool mouseStillDown);
 
 protected: