BinLayout


Object Hierarchy:

Gtk.BinLayout Gtk.BinLayout Gtk.BinLayout Gtk.LayoutManager Gtk.LayoutManager Gtk.LayoutManager->Gtk.BinLayout GLib.Object GLib.Object GLib.Object->Gtk.LayoutManager

Description:

[ CCode ( type_id = "gtk_bin_layout_get_type ()" ) ]
public class BinLayout : 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 [[email protected]:hexpand], [ [email protected]:vexpand], [[email protected]:halign], and [[email protected]:valign] properties of each child to determine where they should be positioned.


Namespace: Gtk
Package: gtk4

Content:

Creation methods:

Inherited Members:

All known members inherited from class GLib.Object



2022 vala-language.org