GtkTree

GtkTree — an expandable tree of selectable items.

Synopsis

class GtkTree GtkContainer
{
}
     

Parent Classes

GtkObject<-- GtkWidget<-- GtkContainer<--GtkTree

Methods

append (tree_item)
child_position (child)
clear_items (start, end)
insert (tree_item, position)
prepend (tree_item)
remove_item (child)
remove_items (items)
select_child (tree_item)
select_item (item)
set_selection_mode (mode)
set_view_lines (flag)
set_view_mode (mode)
unselect_child (tree_item)
unselect_item (item)

Related Functions

gtk_tree_get_type () -- replaces GTK_TYPE_TREE
gtk_tree_new ()

Example

See the Trees example in the Example Code Appendix.