Description Usage Arguments Author(s)
This function is no longer different from
gtkWidgetQueueDrawArea
, though it once was. Now it just calls
gtkWidgetQueueDrawArea
. Originally
gtkWidgetQueueClearArea
would force a redraw of the
background for GTK_NO_WINDOW
widgets, and
gtkWidgetQueueDrawArea
would not. Now both functions ensure
the background will be redrawn.
WARNING: gtk_widget_queue_clear_area
has been deprecated since version 2.2 and should not be used in newly-written code. Use gtkWidgetQueueDrawArea
instead.
1 | gtkWidgetQueueClearArea(object, x, y, width, height)
|
|
a |
|
x coordinate of upper-left corner of rectangle to redraw |
|
y coordinate of upper-left corner of rectangle to redraw |
|
width of region to draw |
|
height of region to draw |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.