GtkCellAreaClass.render

Actually render the area’s cells to the specified rectangle, @background_area should be correctly distributed to the cells corresponding background areas.

struct GtkCellAreaClass
extern (C)
void function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, cairo_t* cr, const(GdkRectangle)* backgroundArea, const(GdkRectangle)* cellArea, GtkCellRendererState flags, gboolean paintFocus) render;