signal callback delegate or function to connect
bool callback(gdk.event_grab_broken.EventGrabBroken event, gtk.widget.Widget widget)
event the #GdkEventGrabBroken event (optional)
widget the instance the signal is connected to (optional)
Returns true to stop other handlers from being invoked for the event. false to propagate the event further.
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to GrabBrokenEvent signal.
Emitted when a pointer or keyboard grab on a window belonging to widget gets 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.