Import line: | Gdk = imports.gi.Gdk; |
GIR File: | Gdk-3.0.gir |
C documentation: | GdkGrabStatus |
Enum : | GrabStatus |
Properties | |
---|---|
guint32 Gdk.GrabStatus.ALREADY_GRABBED : 1
|
|
guint32 Gdk.GrabStatus.FROZEN : 4
|
|
guint32 Gdk.GrabStatus.INVALID_TIME : 2
|
|
guint32 Gdk.GrabStatus.NOT_VIEWABLE : 3
|
|
guint32 Gdk.GrabStatus.SUCCESS : 0
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gdk
Method |
Grabs the keyboard so that all events are passed to this
application until the keyboard is ungrabbed with gdk_keyboard_ungrab(). |
Gdk
Method |
Gdk.pointer_grab
(Window window, gboolean owner_events, EventMask event_mask, Window confine_to, Cursor cursor, guint32 time_)
:
Gdk.GrabStatus
Grabs the pointer (usually a mouse) so that all events are passed to this
application until the pointer is ungrabbed with gdk_pointer_ungrab(), or the grab window becomes unviewable. |
Gdk.Device
Method |
grab
(Window window, GrabOwnership grab_ownership, gboolean owner_events, EventMask event_mask, Cursor cursor, guint32 time_)
:
Gdk.GrabStatus
Grabs the device so that all events coming from this device are passed to
this application until the device is ungrabbed with gdk_device_ungrab(), or the window becomes unviewable. |