Creates a new gtk.bin_layout.BinLayout instance.
Assigns the given width, height, and baseline to a widget, and computes the position and sizes of the children of the widget using the layout management policy of manager.
Retrieves a gtk.layout_child.LayoutChild instance for the gtk.layout_manager.LayoutManager, creating one if necessary.
Retrieves the request mode of manager.
Retrieves the gtk.widget.Widget using the given gtk.layout_manager.LayoutManager.
Queues a resize on the gtk.widget.Widget using manager, if any.
Measures the size of the widget using manager, for the given orientation and size.
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.