]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/procevt.tex
undefine _DEFINE_LIST before redefining it; also rename it to have WX prefix
[wxWidgets.git] / docs / latex / wx / procevt.tex
index fd88a750cbe03290021cd8ef90a5288d95c6b3d3..c48cceed5608eb3565abf90a63d7c97ea928667b 100644 (file)
@@ -11,6 +11,10 @@ A process event is sent when a process is terminated.
 
 <wx/process.h>
 
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
 \wxheading{Event table macros}
 
 To process a wxProcessEvent, use these event handler macros to direct input to a member
@@ -30,7 +34,7 @@ or a window to receive the event.}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxProcessEvent::wxProcessEvent}
+\membersection{wxProcessEvent::wxProcessEvent}\label{wxprocesseventctor}
 
 \func{}{wxProcessEvent}{\param{int }{id = 0}, \param{int }{pid = 0}, \param{int }{exitcode = 0}}
 
@@ -54,3 +58,4 @@ Returns the process id.
 \func{int}{GetExitCode}{\void}
 
 Returns the exist status.
+