X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3b2fb7a165afff85ee2fdf65c4df4cc84fd343af..5caf524dff950e9c312f32788b09d701b3b4f3ca:/interface/wx/progdlg.h diff --git a/interface/wx/progdlg.h b/interface/wx/progdlg.h index 9933e795a1..7847a230c2 100644 --- a/interface/wx/progdlg.h +++ b/interface/wx/progdlg.h @@ -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.