]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/slider.h
Implement HasSelection for the OSX WebKit backend.
[wxWidgets.git] / include / wx / palmos / slider.h
index 078d5d23ec7e9cb7c34e3dff4de0fd3b7bd4d1d7..5c978c1b9c2e298362cbe59d0b0504e51d39efb4 100644 (file)
@@ -52,7 +52,6 @@ public:
     int GetMax() const;
 
     // For trackbars only
-    void SetTickFreq(int n, int pos);
     int GetTickFreq() const;
     void SetPageSize(int pageSize);
     int GetPageSize() const;
@@ -75,6 +74,8 @@ public:
     bool SendScrollEvent(WXEVENTPTR event);
 
 protected:
+    // Platform-specific implementation of SetTickFreq
+    virtual void DoSetTickFreq(int freq);
 
     virtual wxSize DoGetBestSize() const;