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 with the amount of space between to consecutive rows

Details

Accessor of the row-spacing slot of the gtk:grid-layout class. The gtk:grid-layout-row-spacing function retrieves the amount of space to insert between consecutive rows. The (setf gtk:grid-layout-row-spacing) function sets the spacing.
 

See also

2024-4-23