| Import line: | Gdk = imports.gi.Gdk; |
| GIR File: | Gdk-3.0.gir |
| C documentation: | GdkGrabOwnership |
| Enum : | GrabOwnership |
| Properties | |
|---|---|
|
guint32 Gdk.GrabOwnership.APPLICATION : 2
|
|
|
guint32 Gdk.GrabOwnership.NONE : 0
|
|
|
guint32 Gdk.GrabOwnership.WINDOW : 1
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
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. |