package Gtk.Activatable is
type Gtk_Activatable is new Glib.Types.GType_Interface;
Related_Action_Property : constant Glib.Properties.Property_Object;
Use_Action_Appearance_Property : constant Glib.Properties.Property_Boolean;
function Get_Type return Glib.GType;
procedure Do_Set_Related_Action
( | Self | : Gtk_Activatable; |
Action | : access Gtk.Action.Gtk_Action_Record'Class); |
function Get_Related_Action
( | Self | : Gtk_Activatable) return Gtk.Action.Gtk_Action; |
procedure Set_Related_Action
( | Self | : Gtk_Activatable; |
Action | : access Gtk.Action.Gtk_Action_Record'Class); |
function Get_Use_Action_Appearance
( | Self | : Gtk_Activatable) return Boolean; |
procedure Set_Use_Action_Appearance
( | Self | : Gtk_Activatable; |
Use_Appearance | : Boolean); |
procedure Sync_Action_Properties
( | Self | : Gtk_Activatable; |
Action | : access Gtk.Action.Gtk_Action_Record'Class); |