An opaque reference to a tree item.
See also
wx.TreeCtrl, TreeItemData , TreeCtrl Overview
__init__ |
Default constructor. |
GetID |
|
IsOk |
Returns True if this instance is referencing a valid tree item. |
Unset |
|
__eq__ |
|
__hash__ |
|
__ne__ |
|
__nonzero__ |
wx.
TreeItemId
(object)¶Possible constructors:
TreeItemId()
TreeItemId(pItem)
An opaque reference to a tree item.
__init__
(self, *args, **kw)¶__init__ (self)
Default constructor.
A wx.TreeItemId is not meant to be constructed explicitly by the user; only those returned by the wx.TreeCtrl functions should be used.
__init__ (self, pItem)
Parameters: | pItem (void) – |
---|
GetID
(self)¶IsOk
(self)¶Returns True
if this instance is referencing a valid tree item.
Return type: | bool |
---|
Unset
(self)¶__eq__
(self, other)¶Return type: | bool |
---|
__hash__
(self)¶__ne__
(self, other)¶Return type: | bool |
---|
__nonzero__
(self)¶Return type: | int |
---|