#include </home/zeitlin/src/wx/github/interface/wx/treelist.h>
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.
Public Member Functions | |
wxTreeListItem () | |
Only the default constructor is publicly accessible. | |
bool | IsOk () const |
Return true if the item is valid. |
wxTreeListItem::wxTreeListItem | ( | ) |
Only the default constructor is publicly accessible.
Default constructing a wxTreeListItem creates an invalid item.
bool wxTreeListItem::IsOk | ( | ) | const |
Return true if the item is valid.