]>
git.saurik.com Git - wxWidgets.git/blob - interface/treebase.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: documentation for wxTreeItemId class
4 // Author: wxWidgets team
6 // Licence: wxWindows license
7 /////////////////////////////////////////////////////////////////////////////
13 An opaque reference to a tree item.
19 wxTreeCtrl, wxTreeItemData, @ref overview_wxtreectrloverview "wxTreeCtrl
26 Default constructor. wxTreemItemIds are not meant to be constructed explicitly
28 the user; they are returned by the wxTreeCtrl functions instead.
33 Returns @true if this instance is referencing a valid tree item.
35 #define bool IsOk() /* implementation is private */
39 Operators for comparison between wxTreeItemId objects.
42 bool operator ==(const wxTreeItemId
& item
);
43 bool operator !=(const wxTreeItemId
& item
);