Package: gdk
Constant +gdk-event-stop+
Initial 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 |
*2021-12-13