Gnome::Gtk4::BinLayout
Description
Gnome::Gtk4::BinLayout is a Gnome::Gtk4::LayoutManager subclass useful for create "bins" of widgets.
Gnome::Gtk4::BinLayout will stack each child of a widget on top of each other, using the hexpand defined in Gnome::Gtk4::Widget, vexpand defined in Gnome::Gtk4::Widget, halign defined in Gnome::Gtk4::Widget, and valign defined in Gnome::Gtk4::Widget properties of each child to determine where they should be positioned.
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-binlayout
Creates a new Gnome::Gtk4::BinLayout instance.
method new-binlayout ( --> Gnome::Gtk4::BinLayout \)