Package: gtk

Accessor gtk:grid-column-spacing

Lambda List

gtk:grid-column-spacing (object)

Syntax

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

Arguments

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

Details

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

See also

2025-07-29