Gtk.RadioActionEntry¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
accelerator |
r/w |
The accelerator for the action, in the format understood by |
|
label |
r/w |
The label for the action. This field should typically be marked for translation, see |
|
name |
r/w |
The name of the action. |
|
stock_id |
r/w |
The stock id for the action, or the name of an icon from the icon theme. |
|
tooltip |
r/w |
The tooltip for the action. This field should typically be marked for translation, see |
|
value |
r/w |
The value to set on the radio action. See |
Methods¶
None
Details¶
- class Gtk.RadioActionEntry¶
Gtk.RadioActionEntry
structs are used withGtk.ActionGroup.add_radio_actions
() to construct groups of radio actions.Deprecated since version 3.10.