IconView

constructor()(source)

⚠️ Deprecated ⚠️

This is deprecated since version 4.10.

Use class@Gtk.GridView instead

---

Creates a new GtkIconView widget

Return

A newly created GtkIconView widget


constructor(area: CellArea)(source)

⚠️ Deprecated ⚠️

This is deprecated since version 4.10.

Use class@Gtk.GridView instead

---

Creates a new GtkIconView widget using the specified @area to layout cells inside the icons.

Return

A newly created GtkIconView widget

Parameters

area

the GtkCellArea to use to layout cells


constructor(model: TreeModel)(source)

⚠️ Deprecated ⚠️

This is deprecated since version 4.10.

Use class@Gtk.GridView instead

---

Creates a new GtkIconView widget with the model @model.

Return

A newly created GtkIconView widget.

Parameters

model

The model.


constructor(gtkIconViewPointer: <Error class: unknown class><<Error class: unknown class>>)(source)