projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Implement monitoring of file descriptors in wxMotif event loop.
[wxWidgets.git]
/
include
/
wx
/
msw
/
notebook.h
diff --git
a/include/wx/msw/notebook.h
b/include/wx/msw/notebook.h
index bb8ca64cc2d870ba31d37cad14c08a860c4f1911..a62f72f6b0fd305d0c91143f57376bea529c0fc3 100644
(file)
--- a/
include/wx/msw/notebook.h
+++ b/
include/wx/msw/notebook.h
@@
-194,6
+194,9
@@
protected:
// true if we have already subclassed our updown control
bool m_hasSubclassedUpdown;
// true if we have already subclassed our updown control
bool m_hasSubclassedUpdown;
+
+ // true if we already refreshed the current page after showing the window
+ bool m_doneUpdateHack;
#endif // __WXWINCE__
#if wxUSE_UXTHEME
#endif // __WXWINCE__
#if wxUSE_UXTHEME