Version: 2.9.4
Public Member Functions
wxTreeListItem Class Reference

#include </home/zeitlin/src/wx/github/interface/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.

参照:
wxTreeListCtrl

Library:  wxAdvanced
Category:  Controls
Since:
2.9.3

Public Member Functions

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

List of all members.


Constructor & Destructor Documentation

wxTreeListItem::wxTreeListItem ( )

Only the default constructor is publicly accessible.

Default constructing a wxTreeListItem creates an invalid item.


Member Function Documentation

bool wxTreeListItem::IsOk ( ) const

Return true if the item is valid.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines