GtkTreeModel
The tree interface used by GtkTreeView.
Object Hierarchy
Implemented by
Description
This is an interface and cannot be instantiated directly.
The GtkTreeModel interface defines a generic tree interface for
use by the GtkTreeView widget. It is an abstract
interface, and is designed to be usable with any appropriate data
structure. The programmer just has to implement this interface on their
own data type for it to be viewable by a GtkTreeView
widget.
Signals
"row-changed"
Row has been changed in the model.
"row-deleted"
Row has been deleted.
"row-has-child-toggled"
"row-inserted"
The row has been inserted.
"rows-reordered"
Rows have been reordered.