GtkRadioActionEntry

GtkRadioActionEntry structs are used with Action.groupAddRadioActions to construct groups of radio actions.

Members

Variables

accelerator
const(char)* accelerator;

The accelerator for the action, in the format understood by gtk_accelerator_parse().

label
const(char)* label;

The label for the action. This field should typically be marked for translation, see Action.groupSetTranslationDomain.

name
const(char)* name;

The name of the action.

stockId
const(char)* stockId;

The stock id for the action, or the name of an icon from the icon theme.

tooltip
const(char)* tooltip;

The tooltip for the action. This field should typically be marked for translation, see Action.groupSetTranslationDomain.

value
int value;

The value to set on the radio action. See RadioAction.getCurrentValue.