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

Details

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

See also

2024-9-14