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: :bubble
widget
The widget property of type gtk:widget (Read / Write / Construct only)
The widget receiving the 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

Inherited Slot Access Functions

See also

2026-05-10