Base class for containers with just one child.
GtkBin is a container widget that is capable of holding only one child. All widgets derived from GtkBin therefore also can only contain one immediate child, although this child may itself contain multiple widgets.
Note that GtkBin is an abstract base class and cannot be constructed directly.
See also: GtkBox, GtkContainer.
child: The child widget.