Gnome::Gtk4::BinLayout
#------------------------------------------------------------------------------- #--[Class Description]---------------------------------------------------------- #-------------------------------------------------------------------------------
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.
Uml Diagram =for image :src<asset_files/images/plantuml/BinLayout.png> :width<70%> :class<inline>
#------------------------------------------------------------------------------- #--[Class Initialization]------------------------------------------------------- #-------------------------------------------------------------------------------
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! )
#-------------------------------------------------------------------------------
new-binlayout
Creates a new Gnome::Gtk4::BinLayout instance.
method new-binlayout ( --> Gnome::Gtk4::BinLayout )