]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/activevt.tex
added wxSize::IncTo/DecTo
[wxWidgets.git] / docs / latex / wx / activevt.tex
index 6eca563147e88030a9fc6018164249a6e16a62bc..5f2794ad292fa23fccb3c64bc0cfe17ed12750c3 100644 (file)
@@ -8,6 +8,10 @@ or deactivated.
 \helpref{wxEvent}{wxevent}\\
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/event.h>
+
 \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.