Home | All Classes | Grouped Classes | Index | Search
TreeView component More...
Derived from:
CL_Component
CL_TreeNode
Derived by:
none
Group: GUI (Controls)
#include <ClanLib/gui.h>
Construction:
TreeView Constructor |
Attributes:
Returns the column count. | |
Returns the column width at index. Index starts at 0. | |
Returns the column name at index. Index starts at 0. | |
Returns if root decoration is visible or not. | |
Returns if header is visible or not. |
Operations:
Add a column. | |
Show or hide root decoration for items. | |
Show or hide columns. |
Signals:
This signal is emitted when the selection set of a tree changes. | |
This signal is emitted when an item is clicked / selected. | |
This signal is emitted when a new item is added to the treeview. | |
This signal is emitted when an item is removed from the treeview. | |
This signal is emitted when an item is collapsed. | |
This signal is emitted when an item is collapsed. | |
This signal is emitted when a new column is added to the treeview. | |
This signal is emitted when an column is removed from the treeview. | |
This signal is emitted when the treeview is cleared. | |
Draws the node (used by styles). |
Implementation:
Detailed description:
!group=GUI/Controls! !header=gui.h!