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 for the number of columns

Details

The accessor for the column-span slot of the gtk:grid-layout-child class gets or sets the number of columns that the child widget spans to.
 

See also

#2025-08-01