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:
@@ -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 ;
|
||||
|
Reference in New Issue
Block a user