type Gtk_Radio_Action_Record is new Gtk.Toggle_Action.Gtk_Toggle_Action_Record with null record;
type Gtk_Radio_Action is access all Gtk_Radio_Action_Record'Class;
Current_Value_Property : constant Glib.Properties.Property_Int;
Group_Property : constant Glib.Properties.Property_Object;
Value_Property : constant Glib.Properties.Property_Int;
Signal_Changed : constant Glib.Signal_Name := "changed";
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); |
procedure Set_Current_Value
( | Action | : access Gtk_Radio_Action_Record; |
Current_Value | : Gint); |
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; |
Binding from C File version 2.16.6
<see>Gtk_Action</see>