]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/progdlgg.h
wxMenu::callback stuff taken inside WXWIN_COMPATIBILITY_2 (everybody should
[wxWidgets.git] / include / wx / generic / progdlgg.h
index df9122d8a8194f784ec3e544d2d134e4768c432d..73b41912808ba3cca5b03c994512c686c47f3553 100644 (file)
@@ -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,