Package: gtk

Accessor gtk:cell-area-box-spacing

Lambda List

gtk:cell-area-box-spacing (object)

Syntax

(gtk:cell-area-box-spacing object) => spacing
(setf (gtk:cell-area-box-spacing object) spacing)

Arguments

object -- a gtk:cell-area-box object
spacing -- an integer for the space to add between gtk:cell-renderer objects

Details

The accessor for the spacing slot of the gtk:cell-area-box class gets or sets the spacing added between cell renderers.

Warning

The gtk:cell-area-box implementation is deprecated since 4.10. List views use widgets for displaying their contents.
 

See also

2025-08-13