X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9416aa89ca06d0fb20b1002e026d2c7ac7aa6a17..e195c8c95fb154d035bab400952fc81c62439549:/wxPython/src/frames.i diff --git a/wxPython/src/frames.i b/wxPython/src/frames.i index 27b589f068..7758a36ebf 100644 --- a/wxPython/src/frames.i +++ b/wxPython/src/frames.i @@ -86,6 +86,7 @@ public: bool Command(int id); bool ProcessCommand(int id); bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL); + bool IsFullScreen(); }; //---------------------------------------------------------------------------