CellArea.render
void render(gtk.cell_area_context.CellAreaContext context, gtk.widget.Widget widget, cairo.context.Context cr, gdk.rectangle.Rectangle backgroundArea, gdk.rectangle.Rectangle cellArea, gtk.types.CellRendererState flags, bool paintFocus)Renders area’s cells according to area’s layout onto widget at the given coordinates.
Parameters
context | the #GtkCellAreaContext for this row of data. |
widget | the #GtkWidget that area is rendering to |
cr | the #cairo_t to render with |
backgroundArea | the widget relative coordinates for area’s background |
cellArea | the widget relative coordinates for area |
flags | the #GtkCellRendererState for area in this row. |
paintFocus | whether area should paint focus on focused cells for focused rows or not. |