Top | ![]() |
![]() |
![]() |
![]() |
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 “hexpand”, “vexpand”, “halign”, and “valign” properties of each child to determine where they should be positioned.
GtkLayoutManager *
gtk_bin_layout_new (void
);
Creates a new GtkBinLayout instance.