]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/iconevt.tex
added and documented SplitVolume() and GetPathTerminators(); corrected SetPath()...
[wxWidgets.git] / docs / latex / wx / iconevt.tex
index 5a02b8f1dada6d04378beddfe3ea565c8a0917f7..ccc1f9372981faeb7b03981851059bb47d27c8a3 100644 (file)
@@ -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.