Misc. corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
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).
|
||||
|
||||
@@ -98,3 +98,4 @@ directly.
|
||||
|
||||
This is a public function that returns the \helpref{wxThread}{wxthread} object
|
||||
associated with the thread.
|
||||
|
||||
|
Reference in New Issue
Block a user