]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/procevt.tex
Added EVT_MOVE_START, EVT_MOVE_END (wxMSW only for now)
[wxWidgets.git] / docs / latex / wx / procevt.tex
index 897b5b961c311cfc453d81ea5bf54a1cd6ae7b78..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,27 +34,28 @@ or a window to receive the event.}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxProcessEvent::wxProcessEvent}
-
-\func{}{wxProcessEvent}{\param{int }{id = 0}, \param{int }{pid = 0}}
-
-Constructor. Takes a wxProcessObject or window id, and a process id.
-
-\membersection{wxProcessEvent::m\_pid}
+\membersection{wxProcessEvent::wxProcessEvent}\label{wxprocesseventctor}
 
-\member{int}{m\_pid}
+\func{}{wxProcessEvent}{\param{int }{id = 0}, \param{int }{pid = 0}, \param{int }{exitcode = 0}}
 
-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}
+\membersection{wxProcessEvent::GetExitCode}\label{wxprocesseventgetexitcode}
 
-\func{void}{SetPid}{\param{int}{ pid}}
+\func{int}{GetExitCode}{\void}
 
-Sets the process id.
+Returns the exist status.