Method

GtkIconViewset_item_width

since: 2.6

Declaration [src]

void
gtk_icon_view_set_item_width (
  GtkIconView* icon_view,
  gint item_width
)

Description [src]

Sets the ::item-width property which specifies the width to use for each item. If it is set to -1, the icon view will automatically determine a suitable item size.

Available since: 2.6

Parameters

item_width

Type: gint

The width for each item.