X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b68dc582b8c6dd32ef9f0a4ec91573bd5cc0296a..e195c8c95fb154d035bab400952fc81c62439549:/wxPython/src/frames.i diff --git a/wxPython/src/frames.i b/wxPython/src/frames.i index 62e49013c8..7758a36ebf 100644 --- a/wxPython/src/frames.i +++ b/wxPython/src/frames.i @@ -85,9 +85,8 @@ public: wxPoint GetClientAreaOrigin() const; bool Command(int id); bool ProcessCommand(int id); -#ifdef __WXMSW__ bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL); -#endif + bool IsFullScreen(); }; //---------------------------------------------------------------------------