X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2cd3cc948ea512eba91032323fe32207ac74bf8e..7dbb435338bce3b3747dcef615e13f80fbff5389:/docs/doxygen/overviews/treectrl.h diff --git a/docs/doxygen/overviews/treectrl.h b/docs/doxygen/overviews/treectrl.h index b501a86831..6ea0bd9d0c 100644 --- a/docs/doxygen/overviews/treectrl.h +++ b/docs/doxygen/overviews/treectrl.h @@ -2,15 +2,14 @@ // 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 @@ -19,6 +18,8 @@ shown). Each item in the tree is identified by its @c itemId which is of opaque 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 @@ -79,4 +80,3 @@ nothing by default, but it is common to associate them with deleting an item from a tree and inserting a new one into it. */ -