Package: gtk

Accessor gtk:grid-row-spacing

Lambda List

gtk:grid-row-spacing (object)

Syntax

(gtk:grid-row-spacing object) => spacing
(setf (gtk:grid-row-spacing object) spacing)

Arguments

object -- a gtk:grid widget
spacing -- an integer for the amount of space to insert between rows

Details

The accessor for the row-spacing slot of the gtk:grid class gets or sets the amount of space between two rows of the grid.
 

See also

2025-07-29