GtkTreeListRow

gtk.tree_list_row.TreeListRow is used by gtk.tree_list_model.TreeListModel to represent items.

It allows navigating the model as a tree and modify the state of rows.

gtk.tree_list_row.TreeListRow instances are created by a gtk.tree_list_model.TreeListModel only when the gtk.tree_list_model.TreeListModel.gboolean property is not set.

There are various support objects that can make use of gtk.tree_list_row.TreeListRow objects, such as the gtk.tree_expander.TreeExpander widget that allows displaying an icon to expand or collapse a row or gtk.tree_list_row_sorter.TreeListRowSorter that makes it possible to sort trees properly.

struct GtkTreeListRow