Gtk.IconView.new_with_area

function new_with_area(area:Gtk.CellArea):Gtk.Widget {
    // Gjs wrapper for gtk_icon_view_new_with_area()
}

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

Since 3.0

area

the Gtk.CellArea to use to layout cells

Returns

A newly created Gtk.IconView widget