keyboard grabbed.
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
display | the display for which to get the grab information |
device | device to get the grab information from |
grabWindow | location to store current grab window |
ownerEvents | location 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
Deprecated
The symbol was never meant to be used outside
of GTK+