Added some more class docs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1998-09-06 14:43:36 +00:00
parent 68278f98be
commit 3972fb4919
13 changed files with 778 additions and 90 deletions

View File

@@ -15,7 +15,8 @@ isn't overriden.
\func{}{wxProcess}{\param{wxEvtHandler *}{ parent = NULL}, \param{int}{ id = -1}}
Constructs a process object. {\it id} is only used in the case you want to
use wxWindows events.
use wxWindows events. It identifies this object, or another window that will
receive the event.
\wxheading{Parameters}
@@ -37,3 +38,4 @@ It is called when the process with the pid {\it pid} finishes.
It raises a wxWindows event when it isn't overriden.
\docparam{pid}{The pid of the process which ends.}