A widget with one child.
<picture> <source srcset="bin-dark.png" media="(prefers-color-scheme: dark)"> <img src="bin.png" alt="bin"> </picture>
The adw.bin.Bin 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.
A widget with one child.
<picture> <source srcset="bin-dark.png" media="(prefers-color-scheme: dark)"> <img src="bin.png" alt="bin"> </picture>
The adw.bin.Bin 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.