// Name: treectrl.h
// Purpose: topic overview
// Author: wxWidgets team
-// RCS-ID: $Id$
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-/*!
+/**
@page overview_treectrl wxTreeCtrl Overview
-Classes: wxTreeCtrl, wxImageList
+@tableofcontents
The tree control displays its items in a tree like structure. Each item has
its own (optional) icon and a label. An item may be either collapsed (meaning
data type wxTreeItemId. You can test whether an item is valid by calling
wxTreeItemId::IsOk.
+@see wxTreeCtrl, wxImageList
+
The items text and image may be retrieved and changed with (Get|Set)ItemText
and (Get|Set)ItemImage. In fact, an item may even have two images associated
with it: the normal one and another one for selected state which is
from a tree and inserting a new one into it.
*/
-