
List view component. More...
Derived from: | public CL_GUIComponent |
Derived by: | None |
Group: | Components (GUI) |
#include <ClanLib/gui.h>
Class Members:
Construction: | |
| |
Returns a container class holding the selected items in a linked list structure. | |
Returns the currently selected item in single selection mode. If multiple items are selected, the item selected first (chronological order) is returned. | |
Returns the preferred size of the component, as defined in its CSS file. |
| |
When true, the whole row is drawn selected, as opposed to only the first column. | |
When true, multiple items can be selected. | |
Remove all items. | |
Unselect all selected items. | |
Returns a CL_ListViewItem with the string 'str' in the column 'col_id' or a NULL item if none found. |
| |
Selected items are returned as children of the returned item. | |
Invoked after the name of an item has been modified using the ListViews built-in LineEdit control. | |