+
+ // 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;
+
+ // the hidden parent window for the frames which shouldn't appear in the
+ // taskbar
+ static wxWindow *ms_hiddenParent;
+
+ DECLARE_EVENT_TABLE()