Method
Gtk.TreeView.set_model
Declaration [src]
void
gtk_tree_view_set_model (
GtkTreeView* tree_view,
GtkTreeModel* model
)
Description [src]
Sets the model for a GtkTreeView
. If the tree_view
already has a model
set, it will remove it before setting the new model. If model
is NULL
,
then it will unset the old model.
Parameters
model |
GtkTreeModel |
The model. |
|
Can be NULL | |
Ownership is not transferred to the callee |