]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/slider.h
Fix wxWebView documentation warnings.
[wxWidgets.git] / interface / wx / slider.h
index eaf88adb7e5718bd6e18861105a3af51e759090a..a0b8b57ff72135fc51ba778433a8e6709c786778 100644 (file)
@@ -296,6 +296,27 @@ public:
     */
     virtual void SetLineSize(int lineSize);
 
+
+    /**
+        Sets the minimum slider value.
+
+        @param minValue
+            The new bottom end of the slider range.
+            
+        @see GetMin(), SetRange()
+    */
+    void SetMin( int minValue );
+
+    /**
+        Sets the maximum slider value.
+
+        @param maxValue
+            The new top end of the slider range.
+            
+        @see GetMax(), SetRange()
+    */
+    void SetMax( int maxValue );
+
     /**
         Sets the page size for the slider.