Phoenix Logo

phoenix_title wx.TreeItemId

An opaque reference to a tree item.

See also

wx.TreeCtrl, TreeItemData , TreeCtrl Overview


class_hierarchy Class Hierarchy

Inheritance diagram for class TreeItemId:


method_summary Methods Summary

__init__ Default constructor.
GetID  
IsOk Returns True if this instance is referencing a valid tree item.
Unset  
__eq__  
__hash__  
__neq__  
__nonzero__  

property_summary Properties Summary

ID See GetID

api Class API



class wx.TreeItemId(object)

Possible constructors:

TreeItemId()

An opaque reference to a tree item.


Methods



__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.



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)


__neq__(self, other)
Return type:bool


__nonzero__(self)
Return type:int

Properties



ID

See GetID