Package: gtk
Class gtk:event-controller-key
Superclassesgtk:event-controller, gobject:object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct Slots
None
Details The gtk:event-controller-key object is an event controller meant for
situations where you need access to key events. Signal DetailsThe "focus-in" signallambda (controller) :run-last
The "focus-out" signallambda (controller) :run-last
The "im-update" signallambda (controller) :run-last
The "key-pressed" signallambda (controller keyval keycode state) :run-lastThe signal is emitted whenever a key is pressed.
The "key-released" signallambda (controller keyval keycode state) :run-lastThe signal is emitted whenever a key is released.
The "modifiers" signallambda (controller state) :run-last
| Returned byInherited Slot Access Functions
See also |
#2023-3-1