]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/progdlg.h
Fixed typo in documentation string
[wxWidgets.git] / interface / wx / progdlg.h
index 9933e795a1896103af80f8891f9436534812e411..7847a230c2ba73e38e75e3af7d58447a971b6460 100644 (file)
@@ -128,6 +128,15 @@ public:
     */
     void Resume();
 
+    /**
+        Changes the maximum value of the progress meter given in the constructor.
+        This function can only be called (with a positive value) if the value passed 
+        in the constructor was positive.
+
+        @since 2.9.1
+    */
+    void SetRange(int maximum);
+
     /**
         Updates the dialog, setting the progress bar to the new value and
         updating the message if new one is specified.