package Gtk.Binding_Set is
function From_Object_Free
( | B | : access Gtk_Binding_Set) return Gtk_Binding_Set; |
procedure Gtk_New
( | Self | : out Gtk_Binding_Set; |
Set_Name | : UTF8_String); |
function Gtk_Binding_Set_New
( | Set_Name | : UTF8_String) return Gtk_Binding_Set; |
function Activate
( | Self | : Gtk_Binding_Set; |
Keyval | : Guint; | |
Modifiers | : Gdk.Types.Gdk_Modifier_Type; | |
Object | : not null access Glib.Object.GObject_Record'Class) return Boolean; |
procedure Add_Path
( | Self | : Gtk_Binding_Set; |
Path_Type | : Gtk.Enums.Gtk_Path_Type; | |
Path_Pattern | : UTF8_String; | |
Priority | : Gtk.Enums.Gtk_Path_Priority_Type); |
function By_Class
( | Object_Class | : System.Address) return Gtk_Binding_Set; |
function Find
( | Set_Name | : UTF8_String) return Gtk_Binding_Set; |