Package: gtk

Function gtk-overlay-add-overlay

Lambda List

gtk-overlay-add-overlay (overlay widget)

Arguments

overlay -- a gtk-overlay widget
widget -- a gtk-widget child widget to be added to the container

Details

Adds a child widget to the overlay container. The child widget will be stacked on top of the main widget added with the gtk-container-add function.

The position at which the child widget is placed is determined from its halign and valign properties.
 

See also

*2021-11-30