]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/progdlg.tex
Added wxFFileStream base on wxFFile (as opposed to wxFile)
[wxWidgets.git] / docs / latex / wx / progdlg.tex
index bf9d6c87a3c9a8e1661a8764cb4e6f506f567b4a..fed190051ddcf5897ab539db7a364fbf16bca9fd 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}%
 }
 
@@ -93,4 +96,3 @@ dialog may be resumed with \helpref{Resume}{wxprogressdialogresume} function.
 Can be used to continue with the dialog, after the user had chosen
 ABORT.
 
-