One node of a GtkTree widget.
None.
A GtkTreeItem is one node of a GtkTree. Because GtkTreeItem extends GtkItem, it may contain one child. That child should be a GtkTree.
See also: GtkTree
GtkTreeItem has been deprecated since GTK+ 2.0 and should not be used in newly written code.
GtkTreeItem (string node_text );-- Creates a new GtkTreeItem with the given text.
set_subtree() Adds a tree of children nodes. remove_subtree() Removes a node's subtree. select() Selects the node. deselect() Deselects the node. expand() Shows the node's subtree. collapse() Hides the node's subtree.
"expand" Emitted when expand() is called. "collapse" Emitted when collapse() is called. "select" Emitted when the tree item is selected. "deselect" Emitted when the tree item is deselected.