Package: gdk
GBoxed gdk-event-grab-broken
Superclassesgdk-event, common-lisp:structure-object, common-lisp:t Documented Subclasses
None
Details
Generated when a pointer or keyboard grab is broken.
On X11, this happens when the grab window becomes unviewable, i.e. 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. (define-g-boxed-variant-cstruct gdk-event "GdkEvent" (type gdk-event-type) (window (g-object gdk-window)) (send-event (:boolean :int8)) ... ((:grab-broken) gdk-event-grab-broken (keyboard :boolean) (implicit :boolean) (grab-window (g-object gdk-window))) ... ))
| Slot Access Functions
Inherited Slot Access FunctionsSee also |
2021-12-13