Package: gtk

Accessor gtk:grid-layout-child-column-span

Lambda List

gtk:grid-layout-child-column-span (object)

Syntax

(gtk:grid-layout-child-column-span object) => span
(setf (gtk:grid-layout-child-column-span object) span)

Arguments

object -- a gtk:grid-layout-child object
span -- an integer with the number of columns

Details

Accessor of the column-span slot of the gtk:grid-layout-child class. The gtk:grid-layout-child-column-span function retrieves the number of columns that the child widget spans to. The (setf gtk:grid-layout-child-column-span) function sets the number of columns.
 

See also

#2024-4-23