Split up wxStream doc files; added wxTCP... files; added wxBusyCursor;
added overloaded wxGetHostName etc. functions git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -14,7 +14,7 @@ None.
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{wxMutex}{wxmutex}, \helpref{wxCondition}{wxcondition}, \helpref{wxCriticalSection}{wxarraywxcriticalsection}
|
||||
\helpref{wxMutex}{wxmutex}, \helpref{wxCondition}{wxcondition}, \helpref{wxCriticalSection}{wxcriticalsection}
|
||||
|
||||
\latexignore{\rtfignore{\wxheading{Members}}}
|
||||
|
||||
@@ -128,6 +128,12 @@ may become inconsistent. Use \helpref{Delete()}{wxthreaddelete} instead.
|
||||
Called when the thread exits. This function is called in the context of the thread
|
||||
associated with the wxThread object, not in the context of the main thread.
|
||||
|
||||
\membersection{wxThread::Run}\label{wxthreadrun}
|
||||
|
||||
\func{wxThreadError}{Run}{\void}
|
||||
|
||||
Runs the thread.
|
||||
|
||||
\membersection{wxThread::SetPriority}\label{wxthreadsetpriority}
|
||||
|
||||
\func{void}{SetPriority}{\param{int}{ priority}}
|
||||
@@ -168,3 +174,4 @@ is undefined.
|
||||
|
||||
Give the rest of the thread time slice to the system allowing the other threads to run.
|
||||
See also \helpref{Sleep()}{wxthreadsleep}.
|
||||
|
||||
|
Reference in New Issue
Block a user