Class
AdwBin
Description [src]
class Adw.Bin : Gtk.Widget {
parent_instance: GtkWidget
}
A widget with one child.
The AdwBin
widget has only one child, set with the AdwBin:child
property.
It is useful for deriving subclasses, since it provides common code needed for handling a single child widget.
Constructors
adw_bin_new
Creates a new AdwBin
.
Instance methods
adw_bin_get_child
Gets the child widget of self
.
adw_bin_set_child
Sets the child widget of self
.
Properties
Adw.Bin:child
The child widget of the AdwBin
.