************* wx.TreeItemId ************* Inheritance diagram for `wx.TreeItemId`: | .. inheritance-diagram:: wx.TreeItemId | Description =========== An opaque reference to a tree item. .. seealso:: `wx.TreeCtrl `_, `wx.TreeItemData `_ Methods Summary ^^^^^^^^^^^^^^^ * `__init__ <#__init__>`_ * `IsOk <#IsOk>`_ Properties Summary ^^^^^^^^^^^^^^^^^^ * `m_pItem <#m_pItem>`_ Class API ========= Methods ^^^^^^^ .. method:: __init__() Default constructor. `wx.TreemItemId` is not meant to be constructed explicitly by the user; they are returned by the `wx.TreeCtrl `_ functions instead. -------- .. method:: IsOk() Returns ``True`` if this instance is referencing a valid tree item. | **Returns:** `bool` -------- Properties ^^^^^^^^^^ .. attribute:: m_pItem