Package: gtk

Accessor gtk:shortcut-action

Lambda List

gtk:shortcut-action (object)

Syntax

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

Arguments

object -- a gtk:shortcut object
action -- a gtk:shortcut-action object

Details

The accessor for the action slot gets or sets the action that is activated by the shortcut. If action is nil, the nothing action will be used.
 

See also

2026-08-30