]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/toplevel.h
removed __throws_bad_alloc import, this apparently breaks CW8.3 compilation and...
[wxWidgets.git] / include / wx / toplevel.h
index 8824066fe878918c1de2c68aed2e3551e9d60e3f..69c5a76ac1a7379faaf822732aa33171ec299d44 100644 (file)
@@ -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;