Package: gtk
Class gtk:event-controller
Superclassesgobject:object, common-lisp:standard-object, common-lisp:t Documented Subclassesgtk:drop-controller-motion, gtk:drop-target, gtk:drop-target-async, gtk:event-controller-focus, gtk:event-controller-key, gtk:event-controller-legacy, gtk:event-controller-motion, gtk:event-controller-scroll, gtk:gesture, gtk:pad-controller, gtk:shortcut-controller Direct SlotsDetails The gtk:event-controller class is the base class for event
controllers.
These are ancillary objects associated to widgets, which react to gdk:event instances, and possibly trigger actions as a consequence. Event controllers are added to a widget with the gtk:widget-add-controller function. It is rarely necessary to explicitly remove a controller with the gtk:widget-remove-controller function. See the GTK documentation on input handling for an overview of the basic concepts, such as the capture and bubble phases of even propagation. | Slot Access Functions
Inherited Slot Access FunctionsSee also |
2024-7-26