Method

GtkIconViewset_pixbuf_column

since: 2.6

Declaration [src]

void
gtk_icon_view_set_pixbuf_column (
  GtkIconView* icon_view,
  gint column
)

Description [src]

Sets the column with pixbufs for icon_view to be column. The pixbuf column must be of type #GDK_TYPE_PIXBUF.

Available since: 2.6

Parameters

column

Type: gint

A column in the currently used model, or -1 to disable.