+ // auto-hide?
+ bool m_AutoHide;
+ // displayed elapsed, estimated, remaining time
+ class wxStaticText *m_elapsed,
+ *m_estimated,
+ *m_remaining;
+ // time when the dialog was created
+ unsigned long m_timeStart;
+ // parent window
+ wxWindow *m_parent;
+ // continue processing or not (return value for Update())