X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eaaa6a06a25774c18d10bb8182cc1934ed0ed9aa..e47d37d087f5a8410deb929a94378f415351694a:/docs/latex/wx/thread.tex diff --git a/docs/latex/wx/thread.tex b/docs/latex/wx/thread.tex index ece9287b69..62d334e12a 100644 --- a/docs/latex/wx/thread.tex +++ b/docs/latex/wx/thread.tex @@ -45,13 +45,14 @@ One of: \func{void}{DeferDestroy}{\param{bool}{ defer}} -If {\it defer} is TRUE, defers thread destruction. +If {\it defer} is TRUE, defers thread destruction. This function affects the +calling thread. \membersection{wxThread::Destroy}\label{wxthreaddestroy} \func{wxThreadError}{Destroy}{\void} -Destroys the thread immediately unless the application has specified deferral via \helpref{wxThread::DeferDestroy}{deferdestroy}. +Destroys the thread immediately unless the application has specified deferral via \helpref{wxThread::DeferDestroy}{wxthreaddeferdestroy}. \wxheading{Return value} @@ -79,9 +80,9 @@ The following priorities are already defined: \twocolwidtha{7cm} \begin{twocollist}\itemsep=0pt -\twocolitem{{\bf WXTHREAD_MIN_PRIORITY}}{0} -\twocolitem{{\bf WXTHREAD_DEFAULT_PRIORITY}}{50} -\twocolitem{{\bf WXTHREAD_MAX_PRIORITY}}{100} +\twocolitem{{\bf WXTHREAD\_MIN\_PRIORITY}}{0} +\twocolitem{{\bf WXTHREAD\_DEFAULT\_PRIORITY}}{50} +\twocolitem{{\bf WXTHREAD\_MAX\_PRIORITY}}{100} \end{twocollist} \membersection{wxThread::IsAlive}\label{wxthreadisalive} @@ -118,8 +119,13 @@ The following priorities are already defined: \twocolwidtha{7cm} \begin{twocollist}\itemsep=0pt -\twocolitem{{\bf WXTHREAD_MIN_PRIORITY}}{0} -\twocolitem{{\bf WXTHREAD_DEFAULT_PRIORITY}}{50} -\twocolitem{{\bf WXTHREAD_MAX_PRIORITY}}{100} +\twocolitem{{\bf WXTHREAD\_MIN\_PRIORITY}}{0} +\twocolitem{{\bf WXTHREAD\_DEFAULT\_PRIORITY}}{50} +\twocolitem{{\bf WXTHREAD\_MAX\_PRIORITY}}{100} \end{twocollist} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "referenc" +%%% End: