Description Usage Arguments Details Value Author(s)
Grabs the keyboard so that all events are passed to this
application until the keyboard is ungrabbed with gdkKeyboardUngrab
.
This overrides any previous keyboard grab by this client.
1 | gdkKeyboardGrab(window, owner.events = FALSE, time = "GDK_CURRENT_TIME")
|
|
the |
|
if |
|
a timestamp from a |
If you set up anything at the time you take the grab that needs to be cleaned
up when the grab ends, you should handle the GdkEventGrabBroken
events that
are emitted when the grab ends unvoluntarily.
[GdkGrabStatus
] GDK_GRAB_SUCCESS
if the grab was successful.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.