gtk.radio_action_entry

Module for [RadioActionEntry] class

Types 1

#GtkRadioActionEntry structs are used with gtk.action_group.ActionGroup.addRadioActions to construct groups of radio actions.

Fields
Methods
void * _cPtr() nothrow
string name() @property nothrowGet `name` field. Returns: The name of the action.
void name(string propval) @property nothrowSet `name` field. Params: propval = The name of the action.
string stockId() @property nothrowGet `stockId` field. Returns: The stock id for the action, or the name of an icon from the icon theme.
void stockId(string propval) @property nothrowSet `stockId` field. Params: propval = The stock id for the action, or the name of an icon from the icon theme.
string label() @property nothrowGet `label` field. Returns: The label for the action. This field should typically be marked for translation, see [gtk.action_group.ActionGroup.setTranslationDomain].
void label(string propval) @property nothrowSet `label` field. Params: propval = The label for the action. This field should typically be marked for translation, see [gtk.action_group.ActionGroup.setTranslationDomain].
string accelerator() @property nothrowGet `accelerator` field. Returns: The accelerator for the action, in the format understood by [gtk.global.acceleratorParse].
void accelerator(string propval) @property nothrowSet `accelerator` field. Params: propval = The accelerator for the action, in the format understood by [gtk.global.acceleratorParse].
string tooltip() @property nothrowGet `tooltip` field. Returns: The tooltip for the action. This field should typically be marked for translation, see [gtk.action_group.ActionGroup.setTranslationDomain].
void tooltip(string propval) @property nothrowSet `tooltip` field. Params: propval = The tooltip for the action. This field should typically be marked for translation, see [gtk.action_group.ActionGroup.setTranslationDomain].
int value() @property nothrowGet `value` field. Returns: The value to set on the radio action. See [gtk.radio_action.RadioAction.getCurrentValue].
void value(int propval) @property nothrowSet `value` field. Params: propval = The value to set on the radio action. See [gtk.radio_action.RadioAction.getCurrentValue].
Constructors
this(void * ptr, Flag!"Take" take)