[ Version ( since = "3.0" ) ]
public bool device_is_shadowed (Device device)
Returns true if device
has been shadowed by a GTK+ device grab on another widget, so it
would stop sending events to this.
This may be used in the grab_notify signal to check for specific devices. See device_grab_add.
this |
a Widget |
device |
a Device |
true if there is an ongoing grab on |