Package: gtk
Class gtk:shortcut-action
Superclassesgobject:object, common-lisp:standard-object, common-lisp:t Documented Subclassesgtk:activate-action, gtk:callback-action, gtk:mnemonic-action, gtk:named-action, gtk:nothing-action, gtk:signal-action Direct Slots
None
Details The gtk:shortcut-action object is the object used to describe what a gtk:shortcut object should do when triggered. To activate a gtk:shortcut-action object manually, the gtk:shortcut-action-activate function can be called. The gtk:shortcut-action implementation contain functions that allow easy presentation to end users as well as being printed for debugging. All gtk:shortcut-action objects are immutable, you can only specify their properties during construction. If you want to change an action, you have to replace it with a new one. If you need to pass arguments to an action, these are specified by the higher-level gtk:shortcut object. GTK provides various actions:
| Returned byInherited Slot Access FunctionsSee also |
2024-11-1