wx.TreeItemId¶
An opaque reference to a tree item.
See also
wx.TreeCtrl, TreeItemData , TreeCtrl Overview
Class Hierarchy¶
Methods Summary¶
Default constructor. |
|
Returns |
|
Properties Summary¶
See |
Class API¶
- class wx.TreeItemId(object)¶
Possible constructors:
TreeItemId() -> None TreeItemId(pItem) -> None
An opaque reference to a tree item.
Methods¶
- __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.
- Return type:
None
__init__ (self, pItem)
- Parameters:
pItem (void)
- Return type:
None
- GetID(self)¶
- Return type:
Any
- IsOk(self)¶
Returns
True
if this instance is referencing a valid tree item.- Return type:
bool
- Unset(self)¶
- Return type:
None
- __bool__(self)¶
- Return type:
bool
- __eq__(self, other)¶
- Return type:
bool
- __hash__(self)¶
- __ne__(self, other)¶
- Return type:
bool
- __nonzero__(self)¶
- Return type:
bool
Properties¶