Window.beginPaintRect
void beginPaintRect(gdk.rectangle.Rectangle rectangle)A convenience wrapper around [gdk.window.Window.beginPaintRegion] which creates a rectangular region for you. See [gdk.window.Window.beginPaintRegion] for details.
Parameters
rectangle | rectangle you intend to draw to |
Deprecated
Use [gdk.window.Window.beginDrawFrame] instead