Unique identifier of an item in wx.dataview.TreeListCtrl.
This is an opaque class which can’t be used by the application in any other way than receiving or passing it to wx.dataview.TreeListCtrl and checking for validity.
New in version 2.9.3.
See also
Only the default constructor is publicly accessible. |
|
Return |
|
wx.dataview.
TreeListItem
(object)¶Possible constructors:
TreeListItem() -> None
Unique identifier of an item in TreeListCtrl.
__init__
(self)¶Only the default constructor is publicly accessible.
Default constructing a wx.dataview.TreeListItem creates an invalid item.
None
IsOk
(self)¶Return True
if the item is valid.
bool
__bool__
(self)¶int
__eq__
(self, other: TreeListItem)¶bool
__hash__
(self)¶int
__ne__
(self, other: TreeListItem)¶bool
__nonzero__
(self)¶int