Home | All Classes | Grouped Classes | Index | Search
TreeView_Item component More...
Derived from:
CL_Component
Derived by:
none
Group: GUI (Controls)
#include <ClanLib/gui.h>
Construction:
TreeView Item Constructor |
Attributes:
Returns the item text for a specified column. | |
Returns the item component for a specified column. | |
Returns the TreeView node this component is used in. | |
Return the icon. | |
Get the margin between the start of the item and start of the text. | |
Return the height. |
Operations:
Sets the text for a specified column. | |
Adds a checkbox to a specified column. | |
Adds a component for a specified column. | |
Sets the items icon. | |
Set the margin between the start of the item and start of the text. Use this to set a margin if you have no icon on this item, but on others. | |
Sets the height. |
Signals:
This signal is emitted when the item is clicked on. |
Detailed description:
!group=GUI/Controls! !header=gui.h!