Device.grabInfoLibgtkOnly

bool grabInfoLibgtkOnly(gdk.display.Display display, gdk.device.Device device, out gdk.window.Window grabWindow, out bool ownerEvents)

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

Parameters

displaythe display for which to get the grab information
devicedevice to get the grab information from
grabWindowlocation to store current grab window
ownerEventslocation to store boolean indicating whether the owner_events flag to [gdk.global.keyboardGrab] or [gdk.global.pointerGrab] was true.

Returns

true if this application currently has the

keyboard grabbed.

Deprecated

The symbol was never meant to be used outside

of GTK+