wxprocesseventa process event is sent when a process is terminated. derived from include files <wx/process.h> event table macros to process a wxprocessevent, use these event handler macros to direct input to a member function that takes a wxprocessevent argument.
wxprocess, event handling overview members
wxprocessevent::wxprocessevent
wxprocessevent::wxprocesseventwxprocessevent(int id = 0, int pid = 0, int exitcode = 0) constructor. takes a wxprocessobject or window id, a process id and an exit status.
wxprocessevent::getpidint getpid() const returns the process id.
wxprocessevent::getexitcodeint getexitcode() returns the exist status.
|