IconView.newWithModel

gtk.icon_view.IconView newWithModel(gtk.tree_model.TreeModel model) static nothrow

Creates a new gtk.icon_view.IconView widget with the model model.

Parameters

modelThe model.

Returns

A newly created gtk.icon_view.IconView widget.

Deprecated