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

__bool__

__eq__

__hash__

__ne__

__nonzero__


property_summary Properties Summary

ID

See GetID


api Class API

class wx.TreeItemId(object)

Possible constructors:

TreeItemId()

TreeItemId(pItem)

An opaque reference to a tree item.


Methods

__init__(self, *args, **kw)

overload Overloaded Implementations:



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


__bool__(self)
Return type

int



__eq__(self, other)
Return type

bool



__hash__(self)


__ne__(self, other)
Return type

bool



__nonzero__(self)
Return type

int


Properties

ID

See GetID