RadioAction.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(string name, string label, string tooltip, string stockId, int value)

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].

Parameters

nameA unique name for the action
labelThe label displayed in menu items and on buttons, or null
tooltipA tooltip for this action, or null
stockIdThe stock icon to display in widgets representing this action, or null
valueThe value which [gtk.radio_action.RadioAction.getCurrentValue] should return if this action is selected.

Returns

a new #GtkRadioAction