]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/slider.h
Use single quotes in wxMarkupText unit test to work around VC6 bug.
[wxWidgets.git] / interface / wx / slider.h
index 443ffe5e67f48a81bce4591384b611944d8cd146..bd7ae93f0042ff0b8c63ffb69a43be2a65972497 100644 (file)
@@ -337,14 +337,12 @@ public:
         @param n
             Frequency. For example, if the frequency is set to two, a tick mark is
             displayed for every other increment in the slider's range.
-        @param pos
-            Position. Must be greater than zero. @todo: what is this for?
 
         @onlyfor{wxmsw}
 
         @see GetTickFreq()
     */
-    virtual void SetTickFreq(int n, int pos);
+    virtual void SetTickFreq(int n);
 
     /**
         Sets the slider position.