Updated docs for wxProcessEvent

wxPerl docs updates
some minor fixes


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2002-02-15 21:50:50 +00:00
parent 4125131be6
commit 9722642d5d
9 changed files with 72 additions and 21 deletions

View File

@@ -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}
\membersection{wxProcessEvent::GetExitCode}\label{wxprocesseventgetexitcode}
\func{void}{SetPid}{\param{int}{ pid}}
Sets the process id.
\func{int}{GetExitCode}{\void}
Returns the exist status.