From: Vadim Zeitlin Date: Thu, 19 Jul 2001 20:47:12 +0000 (+0000) Subject: made SetPriority docs more clear X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7737c485f3cc2e12bb48ae88d0c500c50028385c?hp=6ff77d3395d701ba584480f8bb05a8317c428cdb made SetPriority docs more clear git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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: