Overlay.addOverlay

Adds widget to overlay.

The widget will be stacked on top of the main widget added with Container.add.

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

class Overlay
void
addOverlay

Parameters

widget Widget

a gtk.Widget to be added to the container

Meta