]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/treectrl.h
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / docs / doxygen / overviews / treectrl.h
index b501a86831769776388607f24e9118a67c6da45d..6ea0bd9d0c8ab3efd5deec9c456809a8da8624c5 100644 (file)
@@ -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.
 
 */
-