]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/threadht.tex
added GetCurrentPage()
[wxWidgets.git] / docs / latex / wx / threadht.tex
index b3f3da655aa0b9e955af0f2311e546cc9ccee669..c2f3f06a0ca302a30b68ce7947a74a0c842f0507 100644 (file)
@@ -25,7 +25,7 @@ when the thread runs.
 
 This constructor simply initializes member variables.
 
-\membersection{wxThreadHelperThread::m\_owner}
+\membersection{wxThreadHelperThread::m\_owner}\label{wxthreadhelperthreadmowner}
 
 \member{wxThreadHelperThread\& }{m\_owner}
 
@@ -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,6 +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.