Misc. corrections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-08-15 16:17:40 +00:00
parent e7bbd8743c
commit 684761db46
18 changed files with 39 additions and 41 deletions

View 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}
@@ -72,3 +72,4 @@ The returned value is the thread exit code which is the value returned by
This function is called by wxWindows itself and should never be called
directly.