package Gtk.Bin is
package Implements_Buildable is new Glib.Types.Implements (Gtk.Buildable.Gtk_Buildable, Gtk_Bin_Record, Gtk_Bin);
type Gtk_Bin_Record is new Gtk_Container_Record with null record;
type Gtk_Bin is access all Gtk_Bin_Record'Class;
function Get_Type return Glib.GType;
function Get_Child
( | Bin | : access Gtk_Bin_Record) return Gtk.Widget.Gtk_Widget; |
function "+"
( | Widget | : access Gtk_Bin_Record'Class) return Gtk.Buildable.Gtk_Buildable renames Implements_Buildable.To_Interface; |
function "-"
( | Interf | : Gtk.Buildable.Gtk_Buildable) return Gtk_Bin renames Implements_Buildable.To_Object; |