gtkWidgetHasGrab {RGtk2}R Documentation

gtkWidgetHasGrab

Description

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

Usage

gtkWidgetHasGrab(object)

Arguments

object

a GtkWidget

Details

See also gtkGrabAdd. Since 2.18

Value

[logical] TRUE if the widget is in the grab_widgets stack

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]