]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/iconevt.tex
Updated border style names
[wxWidgets.git] / docs / latex / wx / iconevt.tex
index 5a02b8f1dada6d04378beddfe3ea565c8a0917f7..86e8d23678af2cf60199252121407705c1ece6ed 100644 (file)
@@ -24,6 +24,10 @@ Currently only wxMSW and wxGTK generate such events.
 
 <wx/event.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{Event table macros}
 
 To process an iconize event, use this event handler macro to direct input to a
@@ -37,14 +41,14 @@ member function that takes a wxIconizeEvent argument.
 \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.
 
@@ -52,6 +56,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.