Description Usage Arguments Details Value Author(s)
Very rarely-used function. This function is used to emit
an expose event signals on a widget. This function is not
normally used directly. The only time it is used is when
propagating an expose event to a child NO_WINDOW
widget, and
that is normally done using gtkContainerPropagateExpose
.
1 | gtkWidgetSendExpose(object, event)
|
|
a |
|
a expose |
If you want to force an area of a window to be redrawn,
use gdkWindowInvalidateRect
or gdkWindowInvalidateRegion
.
To cause the redraw to be done immediately, follow that call
with a call to gdkWindowProcessUpdates
.
[integer] 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.