Method

GtkIconViewset_columns

since: 2.6

Declaration [src]

void
gtk_icon_view_set_columns (
  GtkIconView* icon_view,
  gint columns
)

Description [src]

Sets the ::columns property which determines in how many columns the icons are arranged. If columns is -1, the number of columns will be chosen automatically to fill the available area.

Available since: 2.6

Sets propertyGtk.IconView:columns

Parameters

columns

Type: gint

The number of columns.