package Gtk.Event_Box is
package Implements_Gtk_Buildable is new Glib.Types.Implements (Gtk.Buildable.Gtk_Buildable, Gtk_Event_Box_Record, Gtk_Event_Box);
type Gtk_Event_Box_Record is new Gtk_Bin_Record with null record;
type Gtk_Event_Box is access all Gtk_Event_Box_Record'Class;
Above_Child_Property : constant Glib.Properties.Property_Boolean;
Visible_Window_Property : constant Glib.Properties.Property_Boolean;
procedure Gtk_New
( | Event_Box | : out Gtk_Event_Box); |
procedure Initialize
( | Event_Box | : not null access Gtk_Event_Box_Record'Class); |
function Gtk_Event_Box_New return Gtk_Event_Box;
function Get_Type return Glib.GType;
function Get_Above_Child
( | Event_Box | : not null access Gtk_Event_Box_Record) return Boolean; |
procedure Set_Above_Child
( | Event_Box | : not null access Gtk_Event_Box_Record; |
Above_Child | : Boolean); |
function Get_Visible_Window
( | Event_Box | : not null access Gtk_Event_Box_Record) return Boolean; |
procedure Set_Visible_Window
( | Event_Box | : not null access Gtk_Event_Box_Record; |
Visible_Window | : Boolean); |
function "+"
( | Widget | : access Gtk_Event_Box_Record'Class) return Gtk.Buildable.Gtk_Buildable renames Implements_Gtk_Buildable.To_Interface; |
function "-"
( | Interf | : Gtk.Buildable.Gtk_Buildable) return Gtk_Event_Box renames Implements_Gtk_Buildable.To_Object; |