X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/880efa2a137ce3e3f39236d0dc85f5d2dacdda12..4340a145d8ad49639b4955fa8a2a257a46c95d60:/docs/doxygen/overviews/treectrl.h diff --git a/docs/doxygen/overviews/treectrl.h b/docs/doxygen/overviews/treectrl.h index 9c18df9f33..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. */ -