Package: gtk

Accessor gtk:grid-child-height

Lambda List

gtk:grid-child-height (container child)

Syntax

(gtk:grid-child-height container child) => height
(setf (gtk:grid-child-height container child) height)

Arguments

container -- a gtk:grid widget
child -- a gtk:widget object
height -- an integer with the height

Details

Accessor of the height child property of the gtk:grid class. The number of rows that a child spans.
 

See also

2024-3-17