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 :accelerator type, then GTK will use the accelerators that are associated with the action via the gtk:application-accels-for-action function, and setting accelerator is not necessary.
 

See also

#2023-2-28