X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/382f12e41917abf78fb7f00d786c7ead112e4df4..b5fe7ca67bf3121959a0b5a59afd00c1708f2f03:/interface/wx/process.h diff --git a/interface/wx/process.h b/interface/wx/process.h index f64eb96774..c748d6440e 100644 --- a/interface/wx/process.h +++ b/interface/wx/process.h @@ -258,19 +258,20 @@ public: /** @class wxProcessEvent - A process event is sent when a process is terminated. + A process event is sent to the wxEvtHandler specified to wxProcess + when a process is terminated. @beginEventTable{wxProcessEvent} @event{EVT_END_PROCESS(id, func)} - Process a @c wxEVT_END_PROCESS event. @a id is the identifier of the process - object (the id passed to the wxProcess constructor) or a window to receive - the event. + Process a @c wxEVT_END_PROCESS event. @a id is the identifier of the process + object (the id passed to the wxProcess constructor) or a window to receive + the event. @endEventTable @library{wxbase} @category{events} - @see wxProcess, @ref overview_eventhandling + @see wxProcess, @ref overview_events */ class wxProcessEvent : public wxEvent {