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 Display

the display for which to get the grab information

device Device

device to get the grab information from

grabWindow Window

location to store current grab window

ownerEvents bool

location to store boolean indicating whether the @owner_events flag to gdk_keyboard_grab() or gdk_pointer_grab() 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+

Meta