]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/frame.h
added new focus behaviour (like MSW) and toolbar fixes
[wxWidgets.git] / include / wx / mac / frame.h
index 331568d974e3f9a9e3b2f0ce12ceeabfc7ffd01c..ec02faec6d48d1f14f473fcbd5bb388b1da338f2 100644 (file)
@@ -125,6 +125,8 @@ protected:
 #if wxUSE_STATUSBAR
     static bool           m_useNativeStatusBar;
 #endif // wxUSE_STATUSBAR
+    // the last focused child: we restore focus to it on activation
+    wxWindow             *m_winLastFocused;
 
 private:
     DECLARE_EVENT_TABLE()