X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/47f8e3982852d3d27c9b3e05f52b726584fda598..751731864888f00e31e6dce1092ac28a1fac5358:/docs/latex/wx/iconevt.tex?ds=sidebyside diff --git a/docs/latex/wx/iconevt.tex b/docs/latex/wx/iconevt.tex index 5a02b8f1da..ccc1f93729 100644 --- a/docs/latex/wx/iconevt.tex +++ b/docs/latex/wx/iconevt.tex @@ -6,7 +6,7 @@ %% Created: %% RCS-ID: $Id$ %% Copyright: (c) 2001 Vadim Zeitlin -%% License: wxWindows license +%% License: wxWidgets license %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{\class{wxIconizeEvent}}\label{wxiconizeevent} @@ -44,7 +44,7 @@ member function that takes a wxIconizeEvent argument. \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. @@ -52,6 +52,6 @@ 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.