Package: gtk

Class gtk:event-controller

Superclasses

gobject:object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

Direct Slots

propagation-phase
The propagation-phase property of type gtk:propagation-phase (Read / Write)
The propagation phase at which this controller will handle events.
Default value: :phase-bubble
widget
The widget property of type gtk:widget (Read / Write)
The widget receiving the gdk:event that the controller will handle.

Details

The gtk:event-controller object is a base, low-level implementation for event controllers. Those react to a series of gdk:event objects, and possibly trigger actions as a consequence of those.
 

Slot Access Functions

gtk:event-controller-propagate-phase
gtk:event-controller-widget

Inherited Slot Access Functions

See also

#2023-1-21