Package org.gnome.adw

Class Bin

java.lang.Object
All Implemented Interfaces:
Proxy, Accessible, Buildable, ConstraintTarget

@Generated("io.github.jwharm.JavaGI") public class Bin extends Widget implements Accessible, Buildable, ConstraintTarget
A widget with one child.

bin

The AdwBin widget has only one child, set with the Bin:child property.

It is useful for deriving subclasses, since it provides common code needed for handling a single child widget.