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 gtk:tree-view-column-spacing function returns the spacing of the tree view column, which is the number of pixels to place between cell renderers packed into it. The (setf gtk:tree-view-column-spacing) function sets the spacing field of the tree view column.

Warning

The gtk:tree-view-column implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

2024-2-19