Package: gtk

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

Lambda List

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

Syntax

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

Arguments

object -- a gtk:grid-layout-child object
span -- an integer for the number of rows

Details

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

See also

#2025-08-01