wxThreadHelper
Methods
GetThread
This is a public function that returns the wxThread object associated with the thread.
CreateThread
Creates a new thread of the given kind.
Create
GetThread
wxThread
&
GetThread
( )
This is a public function that returns the wxThread object associated with the thread.
CreateThread
wxThreadError
CreateThread
(
wxThreadKind
$kind
=
wxTHREAD_JOINABLE
,
integer
$stackSize
)
Creates a new thread of the given kind.
Create
wxThreadError
Create
(
integer
$stackSize
)