X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce4169a4d129fc6cd165b2e9ccc5cf5d48356020..e6f1ad222c5c1597a896dd29e69e1c7aa6459be4:/include/wx/generic/progdlgg.h diff --git a/include/wx/generic/progdlgg.h b/include/wx/generic/progdlgg.h index 8d8c7e544b..0940e052b6 100644 --- a/include/wx/generic/progdlgg.h +++ b/include/wx/generic/progdlgg.h @@ -21,6 +21,7 @@ #if wxUSE_PROGRESSDLG #include "wx/frame.h" +#include "wx/time.h" /** Progress dialog which shows a moving progress bar. Taken from the Mahogany project.*/ @@ -72,6 +73,10 @@ private: class wxStaticText *m_msg; /// disable all or parent window only bool m_disableParentOnly; + /// displayed elapsed, estimated, remaining time + class wxStaticText *m_elapsed, *m_estimated, *m_remaining; + /// time when the dialog was created or NULL + class wxTime *m_time; /// parent window class wxWindow *m_parent; /// continue processing or not (return value for Update())