Package: gtk

Accessor gtk:cell-area-box-child-pack-type

Lambda List

gtk:cell-area-box-child-pack-type (container child)

Syntax

(gtk:cell-area-box-child-pack-type container child) => pack-type
(setf (gtk:cell-area-box-child-pack-type container child) pack-type)

Arguments

container -- a gtk:cell-area-box object
child -- a gtk:widget child widget
pack-type -- a gtk:pack-type value

Details

Accessor of the pack-type child property of the gtk:cell-area-box class. A gtk:pack-type value indicating whether the cell renderer is packed with reference to the start or end of the area.
 

See also

#2023-2-20