IconView.newWithArea

Creates a new gtk.icon_view.IconView widget using the specified area to layout cells inside the icons.

More...
class IconView
static
newWithArea

Parameters

area gtk.cell_area.CellArea

the gtk.cell_area.CellArea to use to layout cells

Return Value

Type: gtk.icon_view.IconView

A newly created gtk.icon_view.IconView widget

Detailed Description

Deprecated: Use gtk.grid_view.GridView instead