Next: , Previous: Package_Gtk.Aspect_Frame, Up: Top



Package Gtk.Bin

Base class for containers that have only one child. This widget can not be instantiated directly.

Widget Hierarchy
     GObject                       (see Package_Glib.Object)
     Gtk_Object                    (see Package_Gtk.Object)
        \___ Gtk_Widget            (see Package_Gtk.Widget)
           \___ Gtk_Container      (see Package_Gtk.Container)
              \___ Gtk_Bin         (see Package_Gtk.Bin)
     

Subprograms
function Get_Type return Gtk.Gtk_Type;
Return the internal value associated with a Gtk_Bin.

function Get_Child (Bin : access Gtk_Bin_Record) return Gtk_Widget;
Return the child associated with Bin.