+
+ // Data to save/restore when calling ShowFullScreen
+ long m_fsStyle; // Passed to ShowFullScreen
+ wxRect m_fsOldSize;
+ long m_fsOldWindowStyle;
+ bool m_fsIsMaximized;
+ bool m_fsIsShowing;
+
+ // the last focused child: we restore focus to it on activation
+ wxWindow *m_winLastFocused;
+
+ DECLARE_EVENT_TABLE()
+ DECLARE_NO_COPY_CLASS(wxTopLevelWindowMSW)