X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/95dee6514a24c2958b9571eb1c1a44ad3aad7a9e..29f7914424a7941e9374a5445f95574f2f041659:/docs/latex/wx/function.tex diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index 88b47f7324..7216744074 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -1058,7 +1058,10 @@ If TRUE, the current application waits until the other program has terminated. In the case of synchronous execution, the return value is the exit code of the process (which terminates by the moment the function returns) and will be $-1$ if the process couldn't be started and typically 0 if the process -terminated successfully. +terminated successfully. Also, while waiting for the process to +terminate, wxExecute will call \helpref{wxYield}{wxyield}. The caller +should ensure that this can cause no recursion, in the simples case by +calling \helpref{wxEnableTopLevelWindows(FALSE)}{wxenabletoplevelwindows}. For asynchronous execution, however, the return value is the process id and zero value indicates that the command could not be executed. @@ -1375,7 +1378,7 @@ Now obsolete: use \helpref{wxWindow::Close}{wxwindowclose} instead. -\membersection{::wxSafeYield}{wxsafeyield} +\membersection{::wxSafeYield}\label{wxsafeyield} \func{bool}{wxSafeYield}{\param{wxWindow*}{ win = NULL}} @@ -1390,7 +1393,7 @@ Returns the result of the call to \helpref{::wxYield}{wxyield}. -\membersection{::wxEnableTopLevelWindows}{wxenabletoplevelwindows} +\membersection{::wxEnableTopLevelWindows}\label{wxenabletoplevelwindows} \func{void}{wxEnableTopLevelWindow}{\param{bool}{ enable = TRUE}}