From 4a983d2c630086e0a3251be1fcf4dd049b234119 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 4 May 2006 02:06:37 +0000 Subject: [PATCH] IsAlwaysMaximized git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_toplvl.i | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wxPython/src/_toplvl.i b/wxPython/src/_toplvl.i index f12c268f7b..e9e6c60fd1 100644 --- a/wxPython/src/_toplvl.i +++ b/wxPython/src/_toplvl.i @@ -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; -- 2.50.0