Amtk.ActionInfoEntry¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
accel |
r/w |
the accelerator, in the format understood by |
|
action_name |
r/w |
the action name. Can be a detailed action name, see |
|
icon_name |
r/w |
the icon name, or |
|
label |
r/w |
the label (i.e. a short description) with a mnemonic, or |
|
padding |
[ |
r |
|
tooltip |
r/w |
the tooltip (i.e. a long description), or |
Methods¶
None
Details¶
- class Amtk.ActionInfoEntry¶
This struct defines a set of information for a single action. It is for use with
Amtk.ActionInfoStore.add_entries().Like
Gio.ActionEntry, it is permissible to use an incomplete initialiser in order to leave some of the later values asNone. Additional optional fields may be added in the future.New in version 2.0.