]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/progdlg.tex
better documentation for wxWindow::SetSizerAndFit()
[wxWidgets.git] / docs / latex / wx / progdlg.tex
index c63864efc51f52382142f78a67193fe5eb98af0d..2798c7be8a62d53a0570b25d5ba9b3e51bf44ad8 100644 (file)
@@ -19,6 +19,7 @@ the elapsed, remaining and estimated time for the end of the progress.
 \wxheading{Derived from}
 
 \helpref{wxDialog}{wxdialog}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
 \helpref{wxWindow}{wxwindow}\\
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
@@ -55,11 +56,9 @@ reached.}
 
 \membersection{wxProgressDialog::wxProgressDialog}\label{wxprogressdialogctor}
 
-\func{}{wxProgressDialog}{\param{const wxString\& }{title},
- \param{const wxString\& }{message},\rtfsp
- \param{int }{maximum = 100},
- \param{wxWindow * }{parent = NULL},\rtfsp
- \param{int }{style = wxPD\_AUTO\_HIDE | wxPD\_APP\_MODAL}}
+\func{}{wxProgressDialog}{\param{const wxString\& }{title}, \param{const wxString\& }{message},\rtfsp
+\param{int }{maximum = 100}, \param{wxWindow * }{parent = NULL},\rtfsp
+\param{int }{style = wxPD\_AUTO\_HIDE | wxPD\_APP\_MODAL}}
 
 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
@@ -92,10 +91,8 @@ ABORT.
 
 \membersection{wxProgressDialog::Update}\label{wxprogressdialogupdate}
 
-\func{virtual bool}{Update}{
-  \param{int }{value},\rtfsp
-  \param{const wxString\& }{newmsg = ""},\rtfsp
-  \param{bool *}{skip = NULL}}
+\func{virtual bool}{Update}{\param{int }{value}, \param{const wxString\& }{newmsg = ""},\rtfsp
+\param{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
@@ -116,13 +113,13 @@ empty (which is the default) the message is not changed.}
 \helpref{Update}{wxprogressdialogupdate} call, this is set to true.}
 
 
-\membersection{wxProgressDialog::UpdatePulse}\label{wxprogressdialogupdatepulse}
+\membersection{wxProgressDialog::Pulse}\label{wxprogressdialogpdatepulse}
 
-\func{virtual bool}{UpdatePulse}{
-  \param{const wxString\& }{newmsg = ""},\rtfsp
-  \param{bool *}{skip = NULL}}
+\func{virtual bool}{Pulse}{\param{const wxString\& }{newmsg = ""},\rtfsp
+\param{bool *}{skip = NULL}}
 
 Just like \helpref{Update}{wxprogressdialogupdate} but makes
 the gauge control run in indeterminate mode (see \helpref{wxGauge}{wxgauge} documentation),
 sets the remaining and the estimated time labels (if present) to {\tt Unknown} and moves
 the progress bar a bit to indicate that some progress was done.
+