X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/954b8ae60391d18b87a604e7919c87c0c6ae208b..6703082ef036da3e3043e25f3f439bbc6208c65f:/docs/latex/wx/procevt.tex diff --git a/docs/latex/wx/procevt.tex b/docs/latex/wx/procevt.tex index 897b5b961c..fd88a750cb 100644 --- a/docs/latex/wx/procevt.tex +++ b/docs/latex/wx/procevt.tex @@ -32,25 +32,25 @@ or a window to receive the event.} \membersection{wxProcessEvent::wxProcessEvent} -\func{}{wxProcessEvent}{\param{int }{id = 0}, \param{int }{pid = 0}} +\func{}{wxProcessEvent}{\param{int }{id = 0}, \param{int }{pid = 0}, \param{int }{exitcode = 0}} -Constructor. Takes a wxProcessObject or window id, and a process id. - -\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.