BinLayout#

class BinLayout(**properties: Any)#

Superclasses: LayoutManager, Object

A layout manager for widgets with a single child.

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 GtkBinLayout instance.