Bin
Object Hierarchy:
Description:
The Bin widget is a container with just one child. It is not very useful itself, but it is
useful for deriving subclasses, since it provides common code needed for handling a single child widget.
Many GTK+ widgets are subclasses of Bin, including
Window, Button, Frame,
HandleBox or ScrolledWindow.
Namespace: Gtk
Package: gtk+-2.0
Content:
Creation methods:
Methods:
-
public weak Widget get_child ()
Gets the child of the Bin, or null if the bin
contains no child widget. The returned widget does not have a reference added, so you do not need to unref it.
Fields: