]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/frame.h
Move wxMBConv_cf out of strconv.cpp and into strconv_cf.(cpp|h) by forking the files...
[wxWidgets.git] / include / wx / gtk / frame.h
index c052cd6388fa239ebcce5a9832854ecc3eed5717..f65413146ce68939fd4c37f5b67a5cbeb5ffa596 100644 (file)
@@ -69,6 +69,7 @@ public:
     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
@@ -91,7 +92,6 @@ protected:
 #endif // wxUSE_STATUSBAR
 
     // override wxWindow methods to take into account tool/menu/statusbars
-    virtual void DoSetClientSize(int width, int height);
     virtual void DoGetClientSize( int *width, int *height ) const;
 
 #if wxUSE_MENUS_NATIVE
@@ -105,6 +105,9 @@ public:
 
 #endif // wxUSE_MENUS_NATIVE
 
+private:
+    long m_fsSaveFlag;
+
     DECLARE_DYNAMIC_CLASS(wxFrame)
 };