Added support for delayed deactivation of windows (for MDI)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2003-06-13 20:24:32 +00:00
parent 0063c16999
commit 245f35816d
3 changed files with 30 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ public:
// implementation from now on
// --------------------------
static void MacDelayedDeactivation(long timestamp);
virtual void MacCreateRealWindow( const wxString& title,
const wxPoint& pos,
const wxSize& size,
@@ -116,6 +117,7 @@ protected:
bool m_macNeedsErasing ;
static WXWindow s_macWindowInUpdate ;
static wxTopLevelWindowMac *s_macDeactivateWindow;
private :
#if TARGET_CARBON
WXEVENTHANDLERREF m_macEventHandler ;