Phoenix Logo

phoenix_title wx.dataview.TreeListItem

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.


class_hierarchy Class Hierarchy

Inheritance diagram for class TreeListItem:


method_summary Methods Summary

__init__ Only the default constructor is publicly accessible.
IsOk Return True if the item is valid.
__eq__  
__hash__  
__ne__  
__nonzero__  

api Class API



class wx.dataview.TreeListItem(object)

Possible constructors:

TreeListItem()

Unique identifier of an item in TreeListCtrl.


Methods



__init__(self)

Only the default constructor is publicly accessible.

Default constructing a wx.dataview.TreeListItem creates an invalid item.



IsOk(self)

Return True if the item is valid.

Return type:bool


__eq__(self, other)
Return type:bool


__hash__(self)
Return type:long


__ne__(self, other)
Return type:bool


__nonzero__(self)
Return type:int