Package: gtk

Accessor gtk:icon-view-columns

Lambda List

gtk:icon-view-columns (object)

Syntax

(gtk:icon-view-columns object) => columns
(setf (gtk:icon-view-columns object) columns)

Arguments

object -- a gtk:icon-view widget
columns -- an integer for the number of columns

Details

The accessor for the columns slot gets or sets the number of the columns in which the items should be displayed. If columns is -1, the number of columns will be chosen automatically to fill the available area.

Warning

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

See also

2026-08-19