X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/50567b69d60faa5a3575a077bb4f98530813c80d..c112e10026f5ad27704c1447be81b51664a0e070:/docs/latex/wx/process.tex?ds=sidebyside diff --git a/docs/latex/wx/process.tex b/docs/latex/wx/process.tex index 4f7777e6eb..78908e4820 100644 --- a/docs/latex/wx/process.tex +++ b/docs/latex/wx/process.tex @@ -23,6 +23,9 @@ to call its \helpref{Redirect}{wxprocessredirect} method before passing it to the streams corresponding to the child process stdandard output, input and error output respectively. +\perlnote{In wxPerl this class has an additional {\tt Destroy} method, +for explicit destruction.} + \wxheading{Derived from} \helpref{wxEvtHandler}{wxevthandler} @@ -157,9 +160,9 @@ enum wxKillError \helpref{wxProcess::Exists}{wxprocessexists},\rtfsp \helpref{wxKill}{wxkill},\rtfsp -\helpref{Exec sample}{sampleexex} +\helpref{Exec sample}{sampleexec} -\membersection{wxProcess::Kill}\label{wxprocessexists} +\membersection{wxProcess::Exists}\label{wxprocessexists} \func{static bool}{Exists}{\param{int}{ pid}} @@ -168,7 +171,7 @@ Returns {\tt TRUE} if the given process exists in the system. \wxheading{See also} \helpref{wxProcess::Kill}{wxprocesskill},\rtfsp -\helpref{Exec sample}{sampleexex} +\helpref{Exec sample}{sampleexec} \membersection{wxProcess::OnTerminate}\label{wxprocessonterminate}