Creates a new #GtkRadioAction object. To add the action to a #GtkActionGroup and set the accelerator for the action, call gtk.action_group.ActionGroup.addActionWithAccel.
Connect to Changed signal.
Obtains the value property of the currently active member of the group to which action belongs.
Returns the list representing the radio group for this object. Note that the returned list is only valid until the next change to the group.
Joins a radio action object to the group of another radio action object.
Returns this, for use in with statements.
Sets the currently active group member to the member with value property current_value.
Sets the radio group for the radio action object.
Get currentValue property.
Set currentValue property.
Set group property.
Get value property.
Set value property.
Get builder for gtk.radio_action.RadioAction
Returns this, for use in with statements.
Get builder for gtk.toggle_action.ToggleAction
Get active property.
Set active property.
Get drawAsRadio property.
Set drawAsRadio property.
Returns the checked state of the toggle action.
Returns whether the action should have proxies like a radio action.
Sets the checked state on the toggle action.
Sets whether the action should have proxies like a radio action.
Emits the “toggled” signal on the toggle action.
Connect to Toggled signal.
A #GtkRadioAction is similar to #GtkRadioMenuItem. A number of radio actions can be linked together so that only one may be active at any one time.