Package: gtk

Accessor gtk:grid-view-min-columns

Lambda List

gtk:grid-view-min-columns (object)

Syntax

(gtk:grid-view-max-colums object) => min
(setf (gtk:grid-view-min-columns object) min)

Arguments

object -- a gtk:grid-view object
min -- an unsigned integer with the minimum of columns

Details

Accessor of the min-columns slot of the gtk:grid-view class. The gtk:grid-view-min-columns function gets the minimum number of columns that the grid will use. The (setf gtk:grid-view-min-columns) function sets the minimum number of columns to use. This number must be at least 1. If the min-columns property is smaller than the minimum set via the gtk:grid-view-max-columns function, that value is ignored.
 

See also

2024-11-28