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 with the number of rows

Details

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

See also

#2024-4-23