we now send iconize events

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-05-31 14:32:06 +00:00
parent bf7945cef1
commit 3dd9b88ac2
13 changed files with 320 additions and 157 deletions

View File

@@ -276,7 +276,7 @@ Returns a pointer to the toolbar currently associated with the frame (if any).
\func{void}{Iconize}{\param{bool}{ iconize}}
Iconizes or restores the frame. Windows only.
Iconizes or restores the frame.
\wxheading{Parameters}
@@ -300,7 +300,7 @@ Returns TRUE if the frame is in fullscreen mode.
\constfunc{bool}{IsIconized}{\void}
Returns TRUE if the frame is iconized. Windows only.
Returns TRUE if the frame is iconized.
\membersection{wxFrame::IsMaximized}\label{wxframeismaximized}