projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
eliminate the hysteresis when scrollbars didn't disappear when the window was resized...
[wxWidgets.git]
/
include
/
wx
/
msw
/
window.h
diff --git
a/include/wx/msw/window.h
b/include/wx/msw/window.h
index 81f2072fada2d03fc9509ac019d9403d8bdb0138..3f068dddd6911fc6da30df84fcd9a338031b75de 100644
(file)
--- a/
include/wx/msw/window.h
+++ b/
include/wx/msw/window.h
@@
-442,7
+442,9
@@
public:
// check if a native double-buffering applies for this window
virtual bool IsDoubleBuffered() const;
// check if a native double-buffering applies for this window
virtual bool IsDoubleBuffered() const;
-
+
+ void SetDoubleBuffered(bool on);
+
// synthesize a wxEVT_LEAVE_WINDOW event and set m_mouseInWindow to false
void GenerateMouseLeave();
// synthesize a wxEVT_LEAVE_WINDOW event and set m_mouseInWindow to false
void GenerateMouseLeave();