Package org.gnome.gtk

Class BinLayout

java.lang.Object
All Implemented Interfaces:
Proxy

@Generated("io.github.jwharm.JavaGI") public class BinLayout extends LayoutManager
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 Gtk.Widget:hexpand, Gtk.Widget:vexpand, Gtk.Widget:halign, and Gtk.Widget:valign properties of each child to determine where they should be positioned.