]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/threadh.tex
added vendor display name (for consistency with app display name &c) (patch 1831303)
[wxWidgets.git] / docs / latex / wx / threadh.tex
index 806452f1e28c09316c2b12a14e794c867e37420d..bfe147a7cea80f5a33c2c5b13907a8f647a7fc83 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
-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.
@@ -34,6 +34,10 @@ None.
 
 <wx/thread.h>
 
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
 \wxheading{See also}
 
 \helpref{wxThread}{wxthread}
@@ -46,13 +50,13 @@ None.
 
 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.
 
-\membersection{wxThread::\destruct{wxThreadHelper}}
+\membersection{wxThreadHelper::\destruct{wxThreadHelper}}\label{wxthreadhelperdtor}
 
 \func{}{\destruct{wxThreadHelper}}{\void}
 
@@ -89,7 +93,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}.
 
-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}