]> git.saurik.com Git - wxWidgets.git/commitdiff
temporary stubs for fullscreen functions
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 26 Sep 2001 22:18:43 +0000 (22:18 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 26 Sep 2001 22:18:43 +0000 (22:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/toplevel.h

index 7b9f97886b53104582996a4acfbf894d813d32b8..f508a5319aaf3e184f0ae5123a031d006139cb1a 100644 (file)
@@ -59,6 +59,10 @@ public:
 
     virtual bool Show(bool show = TRUE);
 
+    // FIXME -- not yet moved from wxFrame to wxTLW
+    virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL) {}
+    virtual bool IsFullScreen() { return FALSE; }
+
     // implementation from now on
     // --------------------------