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

Details

Accessor of the row-spacing slot of the gtk:grid class. The gtk:grid-row-spacing function returns the amount of space between the rows of the grid. The (setf gtk:grid-row-spacing) function sets the amount of space.
 

See also

2024-9-14