added and documented (and using in the sample) wxProcess::CloseOutput()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-05-26 15:18:07 +00:00
parent bbc7adbd09
commit 5fff5f8a27
4 changed files with 105 additions and 10 deletions

View File

@@ -62,6 +62,15 @@ macro in the event table of the parent to handle it) with the given {\it id}.
Destroys the wxProcess object.
\membersection{wxProcess::CloseOutput}\label{wxprocesscloseoutput}
\func{void}{CloseOutput}{\void}
Closes the output stream (the one connected to the stdin of the child
process). This function can be used to indicate to the child process that
there is no more data to be read - usually, a filter program will only
terminate when the input stream is closed.
\membersection{wxProcess::Detach}\label{wxprocessdetach}
\func{void}{Detach}{\void}