CellArea.render

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

Parameters

context CellAreaContext

the gtk.CellAreaContext for this row of data.

widget Widget

the gtk.Widget that area is rendering to

cr Context

the cairo_t to render with

backgroundArea GdkRectangle*

the widget relative coordinates for area’s background

cellArea GdkRectangle*

the widget relative coordinates for area

flags GtkCellRendererState

the GtkCellRendererState for area in this row.

paintFocus bool

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

Meta