Package: gtk

Accessor gtk:grid-layout-column-spacing

Lambda List

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

Syntax

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

Arguments

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

Details

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

See also

2025-08-03