add_overlay
Description:
[
Version ( since =
"3.2" ) ]
public void add_overlay (
Widget widget)
Adds widget
to this.
The widget will be stacked on top of the main widget added with add.
The position at which widget
is placed is determined from its halign
and valign properties.
Parameters:
this |
a Overlay
|
widget |
a Widget to be added to the container
|