void SetToolBar(wxToolBar *toolbar);
#endif // wxUSE_TOOLBAR
+ virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
wxPoint GetClientAreaOrigin() const { return wxPoint(0, 0); }
// implementation from now on
#endif // wxUSE_MENUS_NATIVE
+private:
+ long m_fsSaveFlag;
+
DECLARE_DYNAMIC_CLASS(wxFrame)
};