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 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 gtk:application-accels-for-action function, and setting the accelerator property is not necessary.
 

See also

2024-2-18