Package: gtk

Accessor gtk-tree-view-column-spacing

Lambda List

gtk-tree-view-column-spacing (object)

Syntax

(gtk-tree-view-column-spacing object) => spacing
(setf (gtk-tree-view-column-spacing object) spacing)

Arguments

object -- a gtk-tree-view-column object
spacing -- an integer with the distance between cell renderers in pixels

Details

Accessor of the spacing slot of the gtk-tree-view-column class.

The slot access function gtk-tree-view-column-spacing returns the spacing of the tree view column, which is the number of pixels to place between cell renderers packed into it. The slot access function (setf gtk-tree-view-column-spacing) sets the spacing field of the tree view column.
 

See also

2021-2-24