%% Created:
%% RCS-ID: $Id$
%% Copyright: (c) 2001 Vadim Zeitlin
-%% License: wxWindows license
+%% License: wxWidgets license
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{\class{wxIconizeEvent}}\label{wxiconizeevent}
\wxheading{See also}
\helpref{Event handling overview}{eventhandlingoverview},\rtfsp
-\helpref{wxFrame::Iconize}{wxframeiconize},\rtfsp
-\helpref{wxFrame::IsIconized}{wxframeisiconized}
+\helpref{wxTopLevelWindow::Iconize}{wxtoplevelwindowiconize},\rtfsp
+\helpref{wxTopLevelWindow::IsIconized}{wxtoplevelwindowisiconized}
\latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxIconizeEvent::wxIconizeEvent}\label{wxiconizeeventctor}
-\func{}{wxIconizeEvent}{\param{int }{id = 0}, \param{bool }{iconized = TRUE}}
+\func{}{wxIconizeEvent}{\param{int }{id = 0}, \param{bool }{iconized = true}}
Constructor.
\constfunc{bool}{Iconized}{\void}
-Returns {\tt TRUE} if the frame has been iconized, {\tt FALSE} if it has been
+Returns {\tt true} if the frame has been iconized, {\tt false} if it has been
restored.