gtk.bin_layout.BinLayout is a gtk.layout_manager.LayoutManager subclass useful for create "bins" of widgets.
gtk.bin_layout.BinLayout will stack each child of a widget on top of each other, using the gtk.widget.Widget.hexpand, gtk.widget.Widget.vexpand, gtk.widget.Widget.halign, and gtk.widget.Widget.valign properties of each child to determine where they should be positioned.
gtk.bin_layout.BinLayout is a gtk.layout_manager.LayoutManager subclass useful for create "bins" of widgets.
gtk.bin_layout.BinLayout will stack each child of a widget on top of each other, using the gtk.widget.Widget.hexpand, gtk.widget.Widget.vexpand, gtk.widget.Widget.halign, and gtk.widget.Widget.valign properties of each child to determine where they should be positioned.