]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/procevt.tex
removed superfluous assignment handled in base class.
[wxWidgets.git] / docs / latex / wx / procevt.tex
index 32663ecf35c6a6e1c66eaaaddd7cb0147f6efe2e..fd88a750cbe03290021cd8ef90a5288d95c6b3d3 100644 (file)
@@ -7,6 +7,10 @@ A process event is sent when a process is terminated.
 \helpref{wxEvent}{wxevent}\\
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/process.h>
+
 \wxheading{Event table macros}
 
 To process a wxProcessEvent, use these event handler macros to direct input to a member
@@ -28,25 +32,25 @@ or a window to receive the event.}
 
 \membersection{wxProcessEvent::wxProcessEvent}
 
-\func{}{wxProcessEvent}{\param{int }{id = 0}, \param{int }{pid = 0}}
-
-Constructor. Takes a wxProcessObject or window id, and a process id.
+\func{}{wxProcessEvent}{\param{int }{id = 0}, \param{int }{pid = 0}, \param{int }{exitcode = 0}}
 
-\membersection{wxProcessEvent::m\_pid}
-
-\member{int}{m\_pid}
-
-Contains the process id.
+Constructor. Takes a wxProcessObject or window id, a process id and an
+exit status.
 
+%\membersection{wxProcessEvent::m\_pid}
+%
+%\member{int}{m\_pid}
+%
+%Contains the process id.
+%
 \membersection{wxProcessEvent::GetPid}\label{wxprocesseventgetpid}
 
 \constfunc{int}{GetPid}{\void}
 
 Returns the process id.
 
-\membersection{wxProcessEvent::SetPid}\label{wxprocesseventsetpid}
-
-\func{void}{SetPid}{\param{int}{ pid}}
+\membersection{wxProcessEvent::GetExitCode}\label{wxprocesseventgetexitcode}
 
-Sets the process id.
+\func{int}{GetExitCode}{\void}
 
+Returns the exist status.