GtkWidgetClass.queueDrawRegion

Invalidates the area of widget defined by region by calling gdk.window.Window.invalidateRegion on the widget's window and all its child windows.

struct GtkWidgetClass
extern (C)
void function(GtkWidget* widget, const(cairo_region_t)* region) queueDrawRegion;