gtkWidgetQueueClearArea: gtkWidgetQueueClearArea

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

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.

Usage

1

Arguments

object

a GtkWidget

x

x coordinate of upper-left corner of rectangle to redraw

y

y coordinate of upper-left corner of rectangle to redraw

width

width of region to draw

height

height of region to draw

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.