X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/171a1afede70b31846524f5fb98a884379f8ee7b..a84f5f39b8ab2fb7bbe98891a9ffe84af12287da:/include/wx/toplevel.h?ds=inline diff --git a/include/wx/toplevel.h b/include/wx/toplevel.h index 8824066fe8..69c5a76ac1 100644 --- a/include/wx/toplevel.h +++ b/include/wx/toplevel.h @@ -137,6 +137,10 @@ public: // return true if the frame is maximized virtual bool IsMaximized() const = 0; + // return true if the frame is always maximized + // due to native guidelines or current policy + virtual bool IsAlwaysMaximized() const; + // return true if the frame is iconized virtual bool IsIconized() const = 0;