X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/78ee6a4750cc81d15182021a018d683cd05eb14f..1c0f361be288df133c766e04cc857b3e4682b31a:/docs/latex/wx/threadh.tex diff --git a/docs/latex/wx/threadh.tex b/docs/latex/wx/threadh.tex index 729f51015c..34b5c0f60b 100644 --- a/docs/latex/wx/threadh.tex +++ b/docs/latex/wx/threadh.tex @@ -36,7 +36,7 @@ None. \wxheading{See also} -\helpref{wxThread}{wxthread}, \helpref{wxThreadHelperThread}{wxthreadhelperthread} +\helpref{wxThread}{wxthread} \latexignore{\rtfignore{\wxheading{Members}}} @@ -63,7 +63,7 @@ The destructor frees the resources associated with the thread. \func{wxThreadError}{Create}{\param{unsigned int }{stackSize = 0}} Creates a new thread. The thread object is created in the suspended state, and you -should call \helpref{GetThread()->Run()}{wxthreadhelperthreadrun} to start running +should call \helpref{GetThread()->Run()}{wxthreadrun} to start running it. You may optionally specify the stack size to be allocated to it (Ignored on platforms that don't support setting it explicitly, eg. Unix). @@ -89,7 +89,7 @@ The returned value is the thread exit code which is only useful for joinable threads and is the value returned by \helpref{GetThread()->Wait()}{wxthreadwait}. -This function is called by wxWindows itself and should never be called +This function is called by wxWidgets itself and should never be called directly. \membersection{wxThreadHelper::GetThread}\label{wxthreadhelpergetthread} @@ -98,3 +98,4 @@ directly. This is a public function that returns the \helpref{wxThread}{wxthread} object associated with the thread. +