TreeView.newWithModel
gtk.tree_view.TreeView newWithModel(gtk.tree_model.TreeModel model)Creates a new #GtkTreeView widget with the model initialized to model.
Parameters
model | the model. |
Returns
A newly created #GtkTreeView widget.
gtk.tree_view.TreeView newWithModel(gtk.tree_model.TreeModel model)Creates a new #GtkTreeView widget with the model initialized to model.
model | the model. |