]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/threadht.tex
added shortcut functions AddSpacer and AddStretchSpacer (plus Prepend and Insert...
[wxWidgets.git] / docs / latex / wx / threadht.tex
index 87987662d869002d5b137642c2c5491219069a24..19227077446e983118923a5dd3adb2ef5ceb86ea 100644 (file)
@@ -2,8 +2,8 @@
 
 The wxThreadHelperThread class is used internally by the
 \helpref{wxThreadHelper}{wxthreadhelper} mix-in class.  This class simply
-turns around and calls \helpref{wxThreadHelper::Entry}{wxthreadhelperentry}
-in its owner class when the thread runs.
+calls \helpref{wxThreadHelper::Entry}{wxthreadhelperentry} in its owner class
+when the thread runs.
 
 \wxheading{Derived from}
 
@@ -19,7 +19,7 @@ in its owner class when the thread runs.
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxThreadHelperThread::wxThreadHelperThread}\label{wxthreadctor}
+\membersection{wxThreadHelperThread::wxThreadHelperThread}\label{wxthreadhelperthreadctor}
 
 \func{}{wxThreadHelperThread}{\void}
 
@@ -46,7 +46,7 @@ main thread and the worker thread.
 The returned value is the thread exit code which is the value returned by
 \helpref{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{wxThreadHelperThread::CallEntry}\label{wxthreadhelperthreadcallentry}
@@ -70,5 +70,6 @@ between the virtual and inline keywords, it is a non-virtual method.
 The returned value is the thread exit code which is the value returned by
 \helpref{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.
+