Package: gtk

Function gtk-widget-has-grab

Lambda List

gtk-widget-has-grab (widget)

Arguments

widget -- a gtk-widget object

Return Value

True if the widget is the grab widgets stack.

Details

Determines whether the widget is currently grabbing events, so it is the only widget receiving input events, keyboard and mouse. See also the gtk-grab-add function.
 

See also

2020-9-22