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.gboolean, gtk.widget.Widget.gboolean, gtk.widget.Widget.Align, and gtk.widget.Widget.Align 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.gboolean, gtk.widget.Widget.gboolean, gtk.widget.Widget.Align, and gtk.widget.Widget.Align properties of each child to determine where they should be positioned.