]> git.saurik.com Git - wxWidgets.git/commitdiff
add missing beginEventEmissionTable
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 22 Mar 2009 22:29:00 +0000 (22:29 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 22 Mar 2009 22:29:00 +0000 (22:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/process.h

index c748d6440e9b4caf7c896dab870d633e053d2c44..a0f1c11b84cd217f4668bfcfd0c5bb3005ef9910 100644 (file)
@@ -63,10 +63,16 @@ enum wxKillError
     and GetErrorStream() can then be used to retrieve the streams corresponding to the
     child process standard output, input and error output respectively.
 
     and GetErrorStream() can then be used to retrieve the streams corresponding to the
     child process standard output, input and error output respectively.
 
+    @beginEventEmissionTable{wxProcessEvent}
+    @event{EVT_END_PROCESS(id, func)}
+        Process a @c wxEVT_END_PROCESS event, sent by wxProcess::OnTerminate upon
+        the external process termination.
+    @endEventTable
+
     @library{wxbase}
     @category{appmanagement}
 
     @library{wxbase}
     @category{appmanagement}
 
-    @see wxExecute(), @ref page_samples_exec "exec sample"
+    @see wxExecute(), @ref page_samples_exec
 */
 class wxProcess : public wxEvtHandler
 {
 */
 class wxProcess : public wxEvtHandler
 {