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 widget
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.
 

See also

#2023-2-20