package Gtk.Bin is
Base class for containers that have only one child.
This widget can not be instantiated directly.
Binding from C File version 2.8.17
type Gtk_Bin_Record is new Container.Gtk_Container_Record with private;
type Gtk_Bin is access all Gtk_Bin_Record'Class;
function Get_Type return Gtk.Gtk_Type;
function Get_Child
Base class for containers that have only one child.
This widget can not be instantiated directly.
Binding from C File version 2.8.17