Home |All Classes |Grouped Classes |Index |Search

Class CL_ListViewItem

ListView item. More...

Derived from:

None

Derived by:

None

Group:

Components (GUI)

#include <ClanLib/gui.h>

Class Members:

Construction:

CL_ListViewItem


Attributes:

is_null

is_item

get_column

get_parent

get_next_sibling

get_prev_sibling

get_first_child

get_last_child

get_document_item

get_parent_count

get_child_count

has_children

is_open

is_selected

is_editable

get_icon

Get the item icon id. Defaults to 0 if unset.

get_id

Get the item id. Defaults to 0 if unset.

get_userdata

operator==

operator!=

get_overlay_icons


Operations:

append_child

remove

Removes this item from the item tree.

remove_children

Remove all children of this item.

set_column_text

set_open

set_icon

set_id

Set the item id. Defaults to 0 if unset.

add_overlay_icon

remove_overlay_icon

set_editable

set_userdata


Events:

func_render_icon