Package: gtk

Accessor gtk:overlay-layout-child-measure

Lambda List

gtk:overlay-layout-child-measure (object)

Syntax

(gtk:overlay-layout-child-measure object) => measure
(setf (gtk:overlay-layout-child-measure object) measure)

Arguments

object -- a gtk:overlay-layout-child object
measure -- a boolean whether to measure the child widget

Details

Accessor of the measure slot of the gtk:overlay-layout-child class. The gtk:overlay-layout-child-measure function retrieves whether the child widget is measured. The (setf gtk:overlay-layout-child-measure) function sets whether to measure the child widget.
 

See also

#2024-4-23