]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/slider.h
Clarify wxButton::AdjustForBitmapSize() semantics in wxMSW.
[wxWidgets.git] / include / wx / os2 / slider.h
index 9fc369c7e5e3510d26e7b8d1cdc0d662a01aeced..92b71310370dc458045d6c0b4035055b4fbb0d30 100644 (file)
@@ -94,9 +94,6 @@ public:
                                   );
                  void SetThumbLength(int nLen) ;
                  void SetTick(int ntickPos) ;
-                 void SetTickFreq( int n
-                                  ,int nPos
-                                 );
 
     //
     // IMPLEMENTATION
@@ -148,6 +145,10 @@ protected:
                            ,int  nHeight
                            ,int  nSizeFlags = wxSIZE_AUTO
                           );
+
+    // Platform-specific implementation of SetTickFreq
+    virtual void DoSetTickFreq(int freq);
+
 private:
     DECLARE_DYNAMIC_CLASS(wxSlider)
 }; // end of CLASS wxSlider