.\" This is a wxWidgets manpage page generated from the XML docs .TH wxProcessEvent 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxProcessEvent \- A process ending event .SH DESCRIPTION A process event is sent when a process is terminated. .SH "PARENTS" wxEvent wxObject .SH "INCLUDE FILES" wx/process.h .SH MEMBERS .SS wxProcessEvent (int id = 0int pid = 0int exitcode = 0) Constructor. Takes a wxProcessObject or window id, a process id and an exit status. .SS int GetPid () Returns the process id. .SS int GetExitCode () Returns the exist status. .SH EVENTS .SS EVT_END_PROCESS(id, func) Process a wxEVT_END_PROCESS event. id is the identifier of the process object (the id passed to the wxProcess constructor) or a window to receive the event. .SH "SEE ALSO" wxEvent wxObject wxProcess , Event handling overview .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.