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