Class
GtkTreeListRow
Description [src]
final class Gtk.TreeListRow : GObject.Object
{
/* No available fields */
}
GtkTreeListRow
is used by GtkTreeListModel
to represent items.
It allows navigating the model as a tree and modify the state of rows.
GtkTreeListRow
instances are created by a GtkTreeListModel
only
when the GtkTreeListModel:passthrough
property is not set.
There are various support objects that can make use of GtkTreeListRow
objects, such as the GtkTreeExpander
widget that allows displaying
an icon to expand or collapse a row or GtkTreeListRowSorter
that
makes it possible to sort trees properly.
Instance methods
gtk_tree_list_row_get_child_row
If self
is not expanded or position
is greater than the
number of children, NULL
is returned.
gtk_tree_list_row_get_position
Returns the position in the GtkTreeListModel
that self
occupies
at the moment.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.