Description
A 
Gtk_Radio_Action is similar to Gtk_Radio_Menu_Item. A number of radio
actions can be linked together so that only one may be active at any one
time.
  
  
  
   
   
   
  
   Subprograms
   
     - 
procedure Gtk_New
  (Action   : out Gtk_Radio_Action;
   Name     : String;
   Label    : String := "";
   Tooltip  : String := "";
   Stock_Id : String := "";
   Value    : Gint); procedure Initialize
  (Action   : access Gtk_Radio_Action_Record'Class;
   Name     : String;
   Label    : String := "";
   Tooltip  : String := "";
   Stock_Id : String := "";
   Value    : Gint); 
- 
function Get_Type return GType; 
- 
function Get_Current_Value
  (Action : access Gtk_Radio_Action_Record) return Glib.Gint; 
- 
procedure Set_Group
  (Action : access Gtk_Radio_Action_Record;
   Group  : Gtk.Widget.Widget_SList.GSlist); function Get_Group
  (Action : access Gtk_Radio_Action_Record)
  return Gtk.Widget.Widget_SList.GSlist;