wxTLW::IsAlwaysMaximized() introduction.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-04-27 17:18:46 +00:00
parent 30ab80d646
commit 979a0320b0
4 changed files with 29 additions and 4 deletions

View File

@@ -86,6 +86,14 @@ Returns \true if this window is currently active, i.e. if the user is currently
working with it.
\membersection{wxTopLevelWindow::IsAlwaysMaximized}\label{wxtoplevelwindowisalwaysmaximized}
\constfunc{virtual bool}{IsAlwaysMaximized}{\void}
Returns \true if this window is expected to be always maximized, either due to platform policy
or due to local policy regarding particular class.
\membersection{wxTopLevelWindow::Iconize}\label{wxtoplevelwindowiconize}
\func{void}{Iconize}{\param{bool}{ iconize}}