wxProgressDialog

wxProgressDialog

Creation Parameters
Functions/Procedures
Supertopics

wxProgressDialog

[proc]
progress_resume
( atom dialog )

Category: wxProgressDialog

Can be used to continue with the dialog, after the user had chosen ABORT.


wxProgressDialog

[func]
progress_update
( atom dialog, integer val, sequence message )

Category: wxProgressDialog

Updates the dialog, setting the progress bar to the new value and, if given changes the message above it. Returns true unless the Cancel button has been pressed.

If FALSE is returned, the application can either immediately destroy the dialog or ask the user for the confirmation and if the abort is not confirmed the dialog may be resumed with Resume function.