TreeView.newWithModel

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

More...
class TreeView
static
newWithModel

Parameters

model gtk.tree_model.TreeModel

the model.

Return Value

Type: gtk.tree_view.TreeView

A newly created gtk.tree_view.TreeView widget.

Detailed Description