Package: gtk

Accessor gtk:icon-view-pixbuf-column

Lambda List

gtk:icon-view-pixbuf-column (object)

Syntax

(gtk:icon-view-pixbuf-column object) => column
(setf (gtk:icon-view-pixbuf-column object) column)

Arguments

object -- a gtk:icon-view widget
column -- an integer for a column in the currently used model, or -1 to disable

Details

Accessor of the pixbuf-column slot of the gtk:icon-view class. The gtk:icon-view-pixbuf-column function returns the column with pixbufs for the icon view. The (setf gtk:icon-view-pixbuf-column) function sets the column with pixbufs.

The pixbuf column must be of "GdkPixbuf" type.

Warning

The gtk:icon-view implementation is deprecated since 4.10. Use the gtk:grid-view implementation instead.
 

See also

2025-3-3