added GetKind getter
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -983,6 +983,13 @@ public:
|
||||
*/
|
||||
wxThreadIdType GetId() const;
|
||||
|
||||
/**
|
||||
Returns the thread kind as it was given in the ctor.
|
||||
|
||||
@since 2.9.0
|
||||
*/
|
||||
wxThreadKind GetKind() const;
|
||||
|
||||
/**
|
||||
Gets the priority of the thread, between zero and 100.
|
||||
|
||||
|
Reference in New Issue
Block a user