About my projects, examples and tutorials
Gnome::Gtk4::OverlayLayout

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.

Uml Diagram§

UNKNOWN image§

=for image :class<inline> :src<asset_files/images/plantuml/OverlayLayout.png> :width<70\%>

Class initialization§

new§

:native-object§

Create an object using a native object from an object of the same type found elsewhere. See also Gnome::N::TopLevelSupportClass.

multi method new ( N-Object() :$native-object! )
Code

new-overlaylayout§

Creates a new Gnome::Gtk4::OverlayLayout instance.

method new-overlaylayout ( --> Gnome::Gtk4::OverlayLayout )
Code