GtkTreeItem
One node of a GtkTree widget.
Object Hierarchy
Direct subclasses
None.
Description
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.
Constructor
--
Creates a new GtkTreeItem with the given text.
Signals
"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.