X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3972fb4919148d1ed67f897ea5beb67eedd662f6..5b087ae2588d2988491d8e0621af82d4c44eb7a8:/docs/latex/wx/procevt.tex diff --git a/docs/latex/wx/procevt.tex b/docs/latex/wx/procevt.tex index 32663ecf35..dc70b66fdd 100644 --- a/docs/latex/wx/procevt.tex +++ b/docs/latex/wx/procevt.tex @@ -7,6 +7,10 @@ A process event is sent when a process is terminated. \helpref{wxEvent}{wxevent}\\ \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \wxheading{Event table macros} To process a wxProcessEvent, use these event handler macros to direct input to a member @@ -28,25 +32,26 @@ 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. - -\membersection{wxProcessEvent::m\_pid} - -\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.