]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/slider.h
support compiling for iphone
[wxWidgets.git] / include / wx / osx / slider.h
index f2f40043e4fd712843d418c776b17fa3742673cd..535d61c22ed37b8f5ad90d7a6e5c4a85d2367596 100644 (file)
@@ -76,9 +76,9 @@ public:
 
     void Command(wxCommandEvent& event);
     // osx specific event handling common for all osx-ports
-    
-    virtual bool        HandleClicked( double timestampsec );
-    void MacHandleControlClick(WXWidget control, wxInt16 controlpart, bool mouseStillDown);
+
+    virtual bool OSXHandleClicked( double timestampsec );
+    virtual void TriggerScrollEvent( wxEventType scrollEvent ) ;
 
 protected:
     virtual wxSize DoGetBestSize() const;