Package: gtk

Accessor gtk-shortcuts-shortcut-action-name

Lambda List

gtk-shortcuts-shortcut-action-name (object)

Syntax

(gtk-shortcuts-shortcut-action-name object) => action-name
(setf (gtk-shortcuts-shortcut-action-name object) action-name)

Arguments

object -- a gtk-shortcuts-shortcut widget
action-name -- a :string with the detailed action name

Details

Accessor of the action-name slot of the gtk-shortcuts-shortcut class.

A detailed action name. If this is set for a shortcut of type :accelerator, then GTK+ will use the accelerators that are associated with the action via the function gtk-application-accels-for-action, and setting accelerator is not necessary.

Since 3.22
 

See also

2020-9-14