BinLayout#
Superclasses: LayoutManager, Object
GtkBinLayout is a GtkLayoutManager subclass useful for create “bins” of
widgets.
GtkBinLayout will stack each child of a widget on top of each other,
using the hexpand, vexpand,
halign, and valign properties
of each child to determine where they should be positioned.
Constructors#
- class BinLayout
- classmethod new() LayoutManager#
- Creates a new - GtkBinLayoutinstance.