TreeView.newWithModel

gtk.tree_view.TreeView newWithModel(gtk.tree_model.TreeModel model) static nothrow

Creates a new #GtkTreeView widget with the model initialized to model.

Parameters

modelthe model.

Returns

A newly created #GtkTreeView widget.