Package: gdk
GBoxed gdk:event-grab-broken
Declaration(define-gboxed-variant-cstruct event "GdkEvent" (type event-type) (window (g:object window)) (send-event (:boolean :int8)) ... ((:grab-broken) event-grab-broken (keyboard :boolean) (implicit :boolean) (grab-window (g:object window))) ... )) Values
Details
Generated when a pointer or keyboard grab is broken.
On X11, this happens when the grab window becomes unviewable, that is, it or
one of its ancestors is unmapped, or if the same application grabs the pointer
or keyboard again. Note that implicit grabs, which are initiated by button presses, can also cause gdk:event-grab-broken events. | Slot Access Functions
Inherited Slot Access FunctionsSee also |
2024-6-28