ShortcutsShortcut.actionName

string actionName() @property

Get actionName property.

Returns

A detailed action name.

If this is set for a shortcut of type [gtk.types.ShortcutType.Accelerator], then GTK will use the accelerators that are associated with the action via [gtk.application.Application.setAccelsForAction], and setting [gtk.shortcuts_shortcut.ShortcutsShortcut.accelerator] is not necessary.

void actionName(string propval) @property

Set actionName property.

Parameters

propvalA detailed action name. If this is set for a shortcut of type [gtk.types.ShortcutType.Accelerator], then GTK will use the accelerators that are associated with the action via [gtk.application.Application.setAccelsForAction], and setting [gtk.shortcuts_shortcut.ShortcutsShortcut.accelerator] is not necessary.