Description Usage Value Author(s)
Obtains a copy of the event currently being processed by GTK+. For
example, if you get a "clicked" signal from GtkButton
, the current
event will be the GdkEventButton
that triggered the "clicked"
signal.
If there is no current event, the function returns NULL
.
1 |
[GdkEvent
] a copy of the current event, or NULL
if no current event.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.