Gnome::Gtk4::OverlayLayout
Description
Gnome::Gtk4::OverlayLayout is the layout manager used by Gnome::Gtk4::Overlay.
It places widgets as overlays on top of the main child.
This is not a reusable layout manager, since it expects its widget to be a Gnome::Gtk4::Overlay. It is only listed here so that its layout properties get documented.
Class initialization
new
:native-object
Create an object using a native object from elsewhere. See also Gnome::N::TopLevelSupportClass.
multi method new ( N-Object :$native-object! )
new-overlaylayout
Creates a new Gnome::Gtk4::OverlayLayout instance.
method new-overlaylayout ( --> Gnome::Gtk4::OverlayLayout \)