X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0655ad290a99dc0d4e8ea86aec60c7833a53be53..470caaf9df1fe6796e6efc7ec17b627bb0180aff:/include/wx/generic/progdlgg.h?ds=sidebyside diff --git a/include/wx/generic/progdlgg.h b/include/wx/generic/progdlgg.h index df9122d8a8..73b4191280 100644 --- a/include/wx/generic/progdlgg.h +++ b/include/wx/generic/progdlgg.h @@ -54,7 +54,7 @@ public: @param newmsg if used, new message to display @returns true if ABORT button has not been pressed */ - bool Update(int value = -1, const wxString& newmsg = _T("")); + bool Update(int value = -1, const wxString& newmsg = wxT("")); /* Can be called to continue after the cancel button has been pressed, but the program decided to continue the operation (e.g., user didn't @@ -80,6 +80,8 @@ private: class wxStaticText *m_msg; // disable all or parent window only bool m_disableParentOnly; + // auto-hide? + bool m_AutoHide; // displayed elapsed, estimated, remaining time class wxStaticText *m_elapsed, *m_estimated,