TreeView.newWithModel

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

Creates a new gtk.tree_view.TreeView widget with the model initialized to model.

Parameters

modelthe model.

Returns

A newly created gtk.tree_view.TreeView widget.

Deprecated