IconView.newWithModel
gtk.icon_view.IconView newWithModel(gtk.tree_model.TreeModel model)Creates a new [gtk.icon_view.IconView] widget with the model model.
Parameters
model | The model. |
Returns
A newly created [gtk.icon_view.IconView] widget.
Deprecated
Use [gtk.grid_view.GridView] instead