RadioAction
Object Hierarchy:
Description:
[
CCode ( type_id =
"gtk_radio_action_get_type ()" ) ]
[
Version ( deprecated =
true , deprecated_since =
"3.10" ) ]
public class RadioAction :
ToggleAction,
Buildable
Warning: RadioAction is deprecated since 3.10.
A RadioAction is similar to RadioMenuItem.
A number of radio actions can be linked together so that only one may be active at any one time.
Content:
Properties:
Creation methods:
Methods:
- public int get_current_value ()
Obtains the value property of the currently active member of the group
to which this belongs.
- public unowned SList<RadioAction> get_group ()
Returns the list representing the radio group for this object.
- public void join_group (RadioAction? group_source)
Joins a radio action object to the group of another radio action
object.
- public void set_current_value (int current_value)
Sets the currently active group member to the member with value
property current_value.
- public void set_group (SList<RadioAction>? group)
Sets the radio group for the radio action object.
Signals:
Inherited Members:
All known members inherited from class Gtk.ToggleAction
All known members inherited from class Gtk.Action
All known members inherited from class GLib.Object
All known members inherited from interface Gtk.Buildable