X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a660d684eda27638bca0384b2058911a31c8e845..5b087ae2588d2988491d8e0621af82d4c44eb7a8:/docs/latex/wx/activevt.tex diff --git a/docs/latex/wx/activevt.tex b/docs/latex/wx/activevt.tex index 6eca563147..5f2794ad29 100644 --- a/docs/latex/wx/activevt.tex +++ b/docs/latex/wx/activevt.tex @@ -8,6 +8,10 @@ or deactivated. \helpref{wxEvent}{wxevent}\\ \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \wxheading{Event table macros} To process an activate event, use these event handler macros to direct input to a member @@ -30,15 +34,16 @@ or a frame becomes inactivate resulting in all application frames being inactive \wxheading{See also} -\helpref{wxWindow::OnActivate}{wxwindowonactivate},\rtfsp -\helpref{wxApp::OnActivate}{wxapponactivate},\rtfsp +%\helpref{wxWindow::OnActivate}{wxwindowonactivate},\rtfsp +%% GD: OnXXX functions are not documented +%%\helpref{wxApp::OnActivate}{wxapponactivate},\rtfsp \helpref{Event handling overview}{eventhandlingoverview} \latexignore{\rtfignore{\wxheading{Members}}} \membersection{wxActivateEvent::wxActivateEvent} -\func{}{wxActivateEvent}{\param{WXTYPE }{eventType = 0}, \param{int }{id = 0}} +\func{}{wxActivateEvent}{\param{WXTYPE }{eventType = 0}, \param{bool}{ active = true}, \param{int }{id = 0}} Constructor. @@ -46,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.