X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4d1f281b6df51eb8610688e68439c489b878deca..dfad0599246651d4994e348d868a3e65613c7379:/docs/latex/wx/thread.tex?ds=sidebyside diff --git a/docs/latex/wx/thread.tex b/docs/latex/wx/thread.tex index f3b2d4b2b3..62d334e12a 100644 --- a/docs/latex/wx/thread.tex +++ b/docs/latex/wx/thread.tex @@ -52,7 +52,7 @@ calling thread. \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} @@ -80,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} @@ -119,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: