Package: gtk

Accessor gtk:overlay-child

Lambda List

gtk:overlay-child (object)

Syntax

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

Arguments

object -- a gtk:overlay widget
child -- a gtk:widget main widget

Details

Accessor of the child slot of the gtk:overlay class. The gtk:overlay-child function gets the main widget of the overlay. The (setf gtk:overlay-child) function sets the main widget.
 

See also

2024-10-2