[Contents]   [Back]   [Prev]   [Up]   [Next]   [Forward]  


Package Gtk.Bin

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

Widget Hierarchy

Gtk_Object                    (see section Package Gtk.Object)
   \___ Gtk_Widget            (see section Package Gtk.Widget)
      \___ Gtk_Container      (see section Package Gtk.Container)
         \___ Gtk_Bin         (see section 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.



[Contents]   [Back]   [Prev]   [Up]   [Next]   [Forward]