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

Accessor of the action slot of the gtk:shortcut class. The gtk:shortcut-action function gets the action that is activated by the shortcut. The (setf gtk:shortcut-action) function sets the new action. If action is nil, the nothing action will be used.
 

See also

2024-11-1