.\" This is a wxWidgets manpage page generated from the XML docs .TH wxProgressDialog 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxProgressDialog \- Progress indication dialog .SH DESCRIPTION This class represents a dialog that shows a short message and a progress bar. Optionally, it can display an ABORT button. .SH "PARENTS" wxDialog wxWindow wxEvtHandler wxObject .SH "INCLUDE FILES" wx/progdlg.h .SH MEMBERS .SS wxProgressDialog (const wxString& titleconst wxString& messageint maximum = 100wxWindow * parent = NULLint style = wxPD_AUTO_HIDE) Constructor. Creates the dialog, displays it and disables user input for other windows, or, if wxPD_APP_MODAL flag is not given, for its parent window only. .SS ~wxMessageDialog () Destructor. Deletes the dialog and enables all top level windows. .SS void Resume () Can be used to continue with the dialog, after the user had chosen ABORT. .SS virtual bool Update (int valueconst wxString& newmsg = ""bool *skip = NULL) 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. .SH "SEE ALSO" wxDialog wxWindow wxEvtHandler wxObject .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.