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.
Available since: | 1.0 |