Description Usage Arguments Value Author(s)
Rarely-used function. This function is used to emit
the event signals on a widget (those signals should never
be emitted without using this function to do so).
If you want to synthesize an event though, don't use this function;
instead, use gtkMainDoEvent
so the event will behave as if
it were in the event queue. Don't synthesize expose events; instead,
use gdkWindowInvalidateRect
to invalidate a region of the
window.
1 | gtkWidgetEvent(object, event)
|
|
a |
|
a |
[logical] return from the event signal emission (TRUE
if
the event was handled)
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.