]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/threadh.tex
Reparent() is available under Mac as well (bug 1500782)
[wxWidgets.git] / docs / latex / wx / threadh.tex
index 729f51015cfc2cdcc9d0c1789a266bed1e08d7f0..a6eb570eae701757de3af965bf21e60325fc3d11 100644 (file)
@@ -16,7 +16,7 @@ Ordinarily, a \helpref{wxThread}{wxthread} derived object would be created
 with the calculation code implemented in
 \helpref{wxThread::Entry}{wxthreadentry}.  To access the inputs to the
 calculation, the frame object would often to pass a pointer to itself to the
 with the calculation code implemented in
 \helpref{wxThread::Entry}{wxthreadentry}.  To access the inputs to the
 calculation, the frame object would often to pass a pointer to itself to the
-thread object.  Similiarly, the frame object would hold a pointer to the
+thread object.  Similarly, the frame object would hold a pointer to the
 thread object.  Shared data and synchronization objects could be stored in
 either object though the object without the data would have to access the
 data through a pointer.
 thread object.  Shared data and synchronization objects could be stored in
 either object though the object without the data would have to access the
 data through a pointer.
@@ -36,7 +36,7 @@ None.
 
 \wxheading{See also}
 
 
 \wxheading{See also}
 
-\helpref{wxThread}{wxthread}, \helpref{wxThreadHelperThread}{wxthreadhelperthread}
+\helpref{wxThread}{wxthread}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
@@ -46,13 +46,13 @@ None.
 
 This constructor simply initializes a member variable.
 
 
 This constructor simply initializes a member variable.
 
-\membersection{wxThreadHelper::m\_thread}
+\membersection{wxThreadHelper::m\_thread}\label{wxthreadhelpermthread}
 
 \member{wxThread *}{m\_thread}
 
 the actual \helpref{wxThread}{wxthread} object.
 
 
 \member{wxThread *}{m\_thread}
 
 the actual \helpref{wxThread}{wxthread} object.
 
-\membersection{wxThread::\destruct{wxThreadHelper}}
+\membersection{wxThreadHelper::\destruct{wxThreadHelper}}\label{wxthreadhelperdtor}
 
 \func{}{\destruct{wxThreadHelper}}{\void}
 
 
 \func{}{\destruct{wxThreadHelper}}{\void}
 
@@ -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
 \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).
 
 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}.
 
 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}
 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.
 
 This is a public function that returns the \helpref{wxThread}{wxthread} object
 associated with the thread.
+