bool m_backgroundTransparent:1;
bool m_mouseInWindow:1;
bool m_doubleClickAllowed:1;
+ bool m_lastKeydownProcessed:1;
// the size of one page for scrolling
int m_xThumbSize;
virtual void DoCaptureMouse();
virtual void DoReleaseMouse();
-
+
// move the window to the specified location and resize it: this is called
// from both DoSetSize() and DoSetClientSize() and would usually just call
// ::MoveWindow() except for composite controls which will want to arrange