]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/process.h
make wxStatusBarPane a 'full class' with getters and protected data; document it...
[wxWidgets.git] / interface / wx / process.h
index 996f0911c4a4439586cc602d75e2c396ea6ef1a4..c748d6440e9b4caf7c896dab870d633e053d2c44 100644 (file)
@@ -258,13 +258,14 @@ 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}