- dialog
- or ask the user for the confirmation and if the abort is not confirmed the
- dialog may be resumed with Resume() function.
-
- @param value
- The new value of the progress meter. It should be less than or
- equal to the maximum value given to the constructor and the dialog is closed if
- it is equal to the maximum.
-
- @param newmsg
- The new messages for the progress dialog text, if it is
- empty (which is the default) the message is not changed.
-
- @param skip
- If "Skip" button was pressed since last
- Update call, this is set to @true.
+ dialog or ask the user for the confirmation and if the abort is not confirmed
+ the dialog may be resumed with Resume() function.
+
+ @param value
+ The new value of the progress meter. It should be less than or equal to
+ the maximum value given to the constructor and the dialog is closed if
+ it is equal to the maximum.
+ @param newmsg
+ The new messages for the progress dialog text, if it is
+ empty (which is the default) the message is not changed.
+ @param skip
+ If "Skip" button was pressed since last Update() call,
+ this is set to @true.