]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_toplvl.i
Added missing platform constants
[wxWidgets.git] / wxPython / src / _toplvl.i
index f12c268f7bd29525ccb73700acac9ceccf8f1ab1..e9e6c60fd153789bedd2cbd5d92e4d7401d8b292 100644 (file)
@@ -100,6 +100,10 @@ public:
     // return True if the frame is maximized
     virtual bool IsMaximized() const;
 
+    // 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;