X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4d5a0f67c6f127ad08548494cdddc5c89bb27194..801d040762d0d875126935b79d660d4e2fe1b177:/docs/latex/wx/activevt.tex diff --git a/docs/latex/wx/activevt.tex b/docs/latex/wx/activevt.tex index 54102fe920..5f2794ad29 100644 --- a/docs/latex/wx/activevt.tex +++ b/docs/latex/wx/activevt.tex @@ -34,7 +34,7 @@ or a frame becomes inactivate resulting in all application frames being inactive \wxheading{See also} -\helpref{wxWindow::OnActivate}{wxwindowonactivate},\rtfsp +%\helpref{wxWindow::OnActivate}{wxwindowonactivate},\rtfsp %% GD: OnXXX functions are not documented %%\helpref{wxApp::OnActivate}{wxapponactivate},\rtfsp \helpref{Event handling overview}{eventhandlingoverview} @@ -43,7 +43,7 @@ or a frame becomes inactivate resulting in all application frames being inactive \membersection{wxActivateEvent::wxActivateEvent} -\func{}{wxActivateEvent}{\param{WXTYPE }{eventType = 0}, \param{bool}{ active = TRUE}, \param{int }{id = 0}} +\func{}{wxActivateEvent}{\param{WXTYPE }{eventType = 0}, \param{bool}{ active = true}, \param{int }{id = 0}} Constructor. @@ -51,11 +51,11 @@ Constructor. \member{bool}{m\_active} -TRUE if the window or application was activated. +true if the window or application was activated. \membersection{wxActivateEvent::GetActive}\label{wxactivateeventgetactive} \constfunc{bool}{GetActive}{\void} -Returns TRUE if the application or window is being activated, FALSE otherwise. +Returns true if the application or window is being activated, false otherwise.