projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added an extremely simple cell attr cache (yet it catches 80% of acccesses)
[wxWidgets.git]
/
include
/
wx
/
generic
/
progdlgg.h
diff --git
a/include/wx/generic/progdlgg.h
b/include/wx/generic/progdlgg.h
index df9122d8a8194f784ec3e544d2d134e4768c432d..73b41912808ba3cca5b03c994512c686c47f3553 100644
(file)
--- 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
*/
@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 =
wx
T(""));
/* 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
/* 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;
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,
// displayed elapsed, estimated, remaining time
class wxStaticText *m_elapsed,
*m_estimated,