Device.grabInfoLibgtkOnly

Determines information about the current keyboard grab. This is not public API and must not be used by applications.

More...
class Device
static
bool
grabInfoLibgtkOnly

Parameters

display gdk.display.Display

the display for which to get the grab information

device gdk.device.Device

device to get the grab information from

grabWindow gdk.window.Window

location to store current grab window

ownerEvents bool

location to store boolean indicating whether the owner_events flag to gdk.global.keyboardGrab or gdk.global.pointerGrab was true.

Return Value

Type: bool

true if this application currently has the keyboard grabbed.

Detailed Description

Deprecated: The symbol was never meant to be used outside of GTK+