X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9416aa89ca06d0fb20b1002e026d2c7ac7aa6a17..689471fc3ab6adf5649894eca8b3c6513081f012:/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(); }; //---------------------------------------------------------------------------