Description Usage Arguments Details Author(s)
Sets the function to call to handle all events from GDK.
1 | gdkEventHandlerSet(func, data)
|
|
the function to call to handle events from GDK. |
|
user data to pass to the function. |
Note that GTK+ uses this to install its own event handler, so it is
usually not useful for GTK+ applications. (Although an application
can call this function then call gtkMainDoEvent
to pass
events to GTK+.)
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.