Description
A 
Gtk_Toggle_Action corresponds roughly to a Gtk_Check_Menu_Item. It has an
"active" state specifying whether the action has been checked or not.
  
  
  
   
   
   
  
   Subprograms
   
     - 
procedure Gtk_New
  (Action   : out Gtk_Toggle_Action;
   Name     : String;
   Label    : String := "";
   Tooltip  : String := "";
   Stock_Id : String := ""); procedure Initialize
  (Action   : access Gtk_Toggle_Action_Record'Class;
   Name     : String;
   Label    : String := "";
   Tooltip  : String := "";
   Stock_Id : String := ""); 
- 
function Get_Type return GType; 
- 
procedure Set_Active
  (Action : access Gtk_Toggle_Action_Record; Is_Active : Boolean); function Get_Active
  (Action : access Gtk_Toggle_Action_Record) return Boolean; 
- 
procedure Set_Draw_As_Radio
  (Action : access Gtk_Toggle_Action_Record; Draw_As_Radio : Boolean); function Get_Draw_As_Radio
  (Action : access Gtk_Toggle_Action_Record) return Boolean; 
Signals
  
     - 
procedure Toggled (Action : access Gtk_Toggle_Action_Record);