Package: gtk

Accessor gtk:shortcuts-shortcut-action-name

Lambda List

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

Syntax

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

Arguments

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

Details

The accessor for the action-name slot. The 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

2026-06-03