Package: gtk

Accessor gtk:grid-layout-row-spacing

Lambda List

gtk:grid-layout-row-spacing (object)

Syntax

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

Arguments

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

Details

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

See also

2025-08-03