]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/progdlg.tex
If somebody ever decides to actually check in fsfile.tex and
[wxWidgets.git] / docs / latex / wx / progdlg.tex
index bf9d6c87a3c9a8e1661a8764cb4e6f506f567b4a..2ec695b0503db7176429fea398a6587f8a1b9807 100644 (file)
@@ -57,6 +57,9 @@ window only.
 \twocolitem{wxPD\_CAN\_ABORT}{This flag tells the dialog that it should have a
     "Cancel" button which the user may press. If this happens, the next call to 
     \helpref{Update()}{wxprogressdialogupdate} will return FALSE.}
+\twocolitem{wxPD\_ELAPSED\_TIME}{This flag tells the dialog that it should show elapsed time (since creating the dialog).}
+\twocolitem{wxPD\_ESTIMATED\_TIME}{This flag tells the dialog that it should show estimated time.}
+\twocolitem{wxPD\_REMAINING\_TIME}{This flag tells the dialog that it should show remaining time.}
 \end{twocollist}%
 }