Package: gdk
Constant gdk:+event-stop+
Valuetrue Details
Use this value as the return value for stopping the propagation of an event
handler. Example
(g:signal-connect window "delete-event"
(lambda (widget event)
(declare (ignore widget event))
gdk:+event-stop+)) | See also |
2024-4-2