Package: gtk

Accessor gtk:overlay-layout-child-clip-overlay

Lambda List

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

Syntax

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

Arguments

object -- a gtk:overlay-layout-child object
clip -- a boolean whether the child widget is clipped

Details

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

See also

#2024-4-23