]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/toplevel.h
Added support for delayed deactivation of windows (for MDI)
[wxWidgets.git] / include / wx / mac / toplevel.h
index 182c916c031a8bf0e706661c611d975998055444..c0705c0cd64a5f2e9e337c8904a96d454f1c0643 100644 (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 ;