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.
Uml Diagram§
UNKNOWN image§
=for image :class<inline> :src<asset_files/images/plantuml/BinLayout.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-binlayout§
Creates a new Gnome::Gtk4::BinLayout instance.
method new-binlayout ( --> Gnome::Gtk4::BinLayout )
Code
About my projects, examples and tutorials