X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/520d19362280287d359ed85e235aaa570301556b..0b165ed6b209ea9f5ddd7bfb1813c6f0718a9a3d:/docs/latex/wx/thread.tex diff --git a/docs/latex/wx/thread.tex b/docs/latex/wx/thread.tex index 34028509b8..1fe11c9e73 100644 --- a/docs/latex/wx/thread.tex +++ b/docs/latex/wx/thread.tex @@ -266,7 +266,9 @@ This function can only be called from another thread context. \func{void}{SetPriority}{\param{int}{ priority}} -Sets the priority of the thread, between zero and 100. This must be set before the thread is created. +Sets the priority of the thread, between $0$ and $100$. It can only be set +after calling \helpref{Create()}{wxthreadcreate} but before calling +\helpref{Run()}{wxthreadrun}. The following priorities are already defined: