X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/47f8e3982852d3d27c9b3e05f52b726584fda598..c266eff98c5e44012647f54f38a1e29ecabd8759:/docs/latex/wx/iconevt.tex?ds=sidebyside diff --git a/docs/latex/wx/iconevt.tex b/docs/latex/wx/iconevt.tex index 5a02b8f1da..86e8d23678 100644 --- a/docs/latex/wx/iconevt.tex +++ b/docs/latex/wx/iconevt.tex @@ -24,6 +24,10 @@ Currently only wxMSW and wxGTK generate such events. +\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.