Version: 3.3.0
wxTreeListItem Class Reference

#include <wx/treelist.h>

Detailed Description

Unique identifier of an item in wxTreeListCtrl.

This is an opaque class which can't be used by the application in any other way than receiving or passing it to wxTreeListCtrl and checking for validity.

See also
wxTreeListCtrl

Library:  wxCore
Category:  Controls
Since
2.9.3

Public Member Functions

 wxTreeListItem ()
 Only the default constructor is publicly accessible. More...
 
bool IsOk () const
 Return true if the item is valid. More...
 

Constructor & Destructor Documentation

◆ wxTreeListItem()

wxTreeListItem::wxTreeListItem ( )

Only the default constructor is publicly accessible.

Default constructing a wxTreeListItem creates an invalid item.

Member Function Documentation

◆ IsOk()

bool wxTreeListItem::IsOk ( ) const

Return true if the item is valid.