Package: gtk

Accessor gtk:cell-area-box-child-fixed-size

Lambda List

gtk:cell-area-box-child-fixed-size (container child)

Syntax

(gtk:cell-area-box-child-fixed-size container child) => size
(setf (gtk:cell-area-box-child-fixed-size container child) size)

Arguments

container -- a gtk:cell-area-box object
child -- a gtk:widget child widget
size -- a boolean whether the cell renderer should require the same size for all rows

Details

Accessor of the fixed-size child property of the gtk:cell-area-box class. Whether the cell renderer should require the same size for all rows for which it was requested.
 

See also

#2023-2-20