X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9722642d5d29a39c9b7ab3d0a07e773ea0c8829a..3694bb76c11d1ed1518f20a42f8907c948e190bd:/docs/latex/wx/procevt.tex?ds=sidebyside diff --git a/docs/latex/wx/procevt.tex b/docs/latex/wx/procevt.tex index fd88a750cb..c48cceed56 100644 --- a/docs/latex/wx/procevt.tex +++ b/docs/latex/wx/procevt.tex @@ -11,6 +11,10 @@ A process event is sent when a process is terminated. +\wxheading{Library} + +\helpref{wxBase}{librarieslist} + \wxheading{Event table macros} To process a wxProcessEvent, use these event handler macros to direct input to a member @@ -30,7 +34,7 @@ or a window to receive the event.} \latexignore{\rtfignore{\wxheading{Members}}} -\membersection{wxProcessEvent::wxProcessEvent} +\membersection{wxProcessEvent::wxProcessEvent}\label{wxprocesseventctor} \func{}{wxProcessEvent}{\param{int }{id = 0}, \param{int }{pid = 0}, \param{int }{exitcode = 0}} @@ -54,3 +58,4 @@ Returns the process id. \func{int}{GetExitCode}{\void} Returns the exist status. +