use DeferWindowPos() instead of MoveWindow() if possible; always use WS_CLIPCHILDREN; never use WS_CLIPSIBLINGS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31076 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-12-19 22:08:47 +00:00
parent 733f45ceb6
commit 9b6ae4506e
2 changed files with 71 additions and 13 deletions

View File

@@ -422,6 +422,10 @@ protected:
// the old window proc (we subclass all windows)
WXFARPROC m_oldWndProc;
// the current multi-window move structure handle, NULL if window resize is
// not in process
WXHANDLE m_hDWP;
// additional (MSW specific) flags
bool m_mouseInWindow:1;
bool m_lastKeydownProcessed:1;