Window.clearAreaE

Like gdk_window_clear_area(), but also generates an expose event for the cleared area. This function has a stupid name because it dates back to the mists time, pre-GDK-1.0.

class Window
void
clearAreaE
(
int x
,
int y
,
int width
,
int height
)

Parameters

x int

x coordinate of rectangle to clear

y int

y coordinate of rectangle to clear

width int

width of rectangle to clear

height int

height of rectangle to clear

Meta