Widget.hasGrab

Determines whether the widget is currently grabbing events, so it is the only widget receiving input events (keyboard and mouse). See also gtk_grab_add(). Since 2.18

class Widget
int
hasGrab
()

Return Value

Type: int

TRUE if the widget is in the grab_widgets stack

Meta