Doc corrections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-01-16 13:33:19 +00:00
parent a77d6d2f9e
commit aea22172ef
4 changed files with 15 additions and 24 deletions

View File

@@ -203,11 +203,10 @@ The following priorities are defined:
Returns \true if the thread is alive (i.e. started and not terminating).
Note that this function can only be safely used with joinable threads, not
Note that this function can only safely be used with joinable threads, not
detached ones as the latter delete themselves and so when the real thread is
not alive any longer it is not possible to call this function neither because
the wxThread object doesn't exist any more as well.
no longer alive, it is not possible to call this function because
the wxThread object no longer exists.
\membersection{wxThread::IsDetached}\label{wxthreadisdetached}