X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/19320af45a30259ffa305af9b80f6ffacc345daf..34bbbc276dc470014c8d200cfbbf7f588076aeaf:/docs/latex/wx/tsamples.tex?ds=sidebyside diff --git a/docs/latex/wx/tsamples.tex b/docs/latex/wx/tsamples.tex index a476c6c1a1..9bc339c8a7 100644 --- a/docs/latex/wx/tsamples.tex +++ b/docs/latex/wx/tsamples.tex @@ -162,7 +162,9 @@ external programs and the sample shows how to do this synchronously (waiting until the program terminates) or asynchronously (notification will come later). It also shows how to capture the output of the child process in both -synchronous and asynchronous cases. +synchronous and asynchronous cases and how to kill the processes with +\helpref{wxProcess::Kill}{wxprocesskill} and test for their existence with +\helpref{wxProcess::Exists}{wxprocessexists}. \subsection{Scroll subwindow sample}\label{samplescrollsub}