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

Details

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

See also

2024-4-23