   #home GTK Classes GtkAspectFrame::set GtkBin::child

      GTK Classes
   Prev  GtkBin  Next
     _________________________________________________________________

GtkBin

     Base class for containers with just one child.

Object Hierarchy

   GtkObject
   `-- GtkWidget
         `-- GtkContainer
               `-- GtkBin

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.
     _________________________________________________________________

   Prev                 Home           Next
   GtkAspectFrame::set   Up   GtkBin::child
