IconView.newWithArea
gtk.icon_view.IconView newWithArea(gtk.cell_area.CellArea area)Creates a new [gtk.icon_view.IconView] widget using the specified area to layout cells inside the icons.
Parameters
area | the [gtk.cell_area.CellArea] to use to layout cells |
Returns
A newly created [gtk.icon_view.IconView] widget
Deprecated
Use [gtk.grid_view.GridView] instead