GtkBin
   Base class for containers with just one child.
  
Object Hierarchy
Direct subclasses
Description
   
    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.
   
  
Properties
child: 
    The child widget.