org.gnu.gtk

Class Bin

public class Bin extends Container

This is a base class for a container widget that has only one child. This class contains code common to all widgets that contain only a single child widget.
Method Summary
WidgetgetChild()
Returns the child of this Bin or null if the bin contains no child.
static TypegetType()
Retrieve the runtime type used by the GLib library.

Method Detail

getChild

public Widget getChild()
Returns the child of this Bin or null if the bin contains no child.

getType

public static Type getType()
Retrieve the runtime type used by the GLib library.