Package: gtk

Class gtk:event-controller-legacy

Superclasses

gtk:event-controller, gobject:object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

None

Direct Slots

None

Details

The gtk:event-controller-legacy object is an event controller that gives you direct access to the event stream. It should only be used as a last resort if none of the other event controllers or gestures do the job.

Signal Details

The "event" signal
lambda (controller event)    :run-last      
controller
The gtk:event-controller-legacy object which received the signal.
event
The gdk:event instance which triggered the signal.
Returns
True to stop other handlers from being invoked for the event and the emission of this signal. False to propagate the event further.
The signal is emitted for each GDK event delivered to controller.
 

Returned by

Inherited Slot Access Functions

See also

2024-7-26