Description Usage Arguments Details Value Author(s)
This function will generate keyboard press and release events in
the middle of the first GdkWindow found that belongs to widget
.
For GTK_NO_WINDOW
widgets like GtkButton, this will often be an
input-only event window. For other widgets, this is usually widget->window.
Certain caveats should be considered when using this function, in
particular because the mouse pointer is warped to the key press
location, see gdkTestSimulateKey
for details.
1 | gtkTestWidgetSendKey(widget, keyval, modifiers)
|
|
Widget to generate a key press and release on. |
|
A Gdk keyboard value. |
|
Keyboard modifiers the event is setup with. |
Since 2.14
[logical] wether all actions neccessary for the key event simulation were carried out successfully.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.