]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/frames.i
correction for Mac OS compilation
[wxWidgets.git] / wxPython / src / frames.i
index 27b589f068daa7daa9a678a1a07386389e5d14ec..7758a36ebf759bc3e48ee27efdf3fb6057da6e87 100644 (file)
@@ -86,6 +86,7 @@ public:
     bool Command(int id);
     bool ProcessCommand(int id);
     bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
+    bool IsFullScreen();
 };
 
 //---------------------------------------------------------------------------