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 with the space to add between gtk:cell-renderer objects

Details

Accessor of the spacing slot of the gtk:cell-area-box class. The gtk:cell-area-box-spacing function gets the spacing added between cell renderers. The (setf gtk:cell-area-box-spacing) function sets the spacing to add 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

2024-2-21