CellArea.render

Renders area’s cells according to area’s layout onto widget at the given coordinates.

Parameters

context gtk.cell_area_context.CellAreaContext

the #GtkCellAreaContext for this row of data.

widget gtk.widget.Widget

the #GtkWidget that area is rendering to

cr cairo.context.Context

the #cairo_t to render with

backgroundArea gdk.rectangle.Rectangle

the widget relative coordinates for area’s background

cellArea gdk.rectangle.Rectangle

the widget relative coordinates for area

flags gtk.types.CellRendererState

the #GtkCellRendererState for area in this row.

paintFocus bool

whether area should paint focus on focused cells for focused rows or not.