X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2cd3cc948ea512eba91032323fe32207ac74bf8e..ddb19489c0abc1a450254f34fe487a938dcb0eda:/docs/doxygen/overviews/treectrl.h diff --git a/docs/doxygen/overviews/treectrl.h b/docs/doxygen/overviews/treectrl.h index b501a86831..330d928870 100644 --- a/docs/doxygen/overviews/treectrl.h +++ b/docs/doxygen/overviews/treectrl.h @@ -3,14 +3,14 @@ // 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 +19,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 +81,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. */ -