[ CCode ( type_id = "adw_bin_get_type ()" ) ]
public class Bin : Widget, Accessible, Buildable, ConstraintTarget
A widget with one child.
<picture> <source srcset="bin-dark.png" media="(prefers-color-scheme: dark)"> <img src="bin.png" alt="bin"> < /picture>
The `AdwBin` widget has only one child, set with the [property@Bin:child] property.
It is useful for deriving subclasses, since it provides common code needed for handling a single child widget.