CellArea.render

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

Parameters

context CellAreaContext

the GtkCellAreaContext for this row of data.

widget Widget

the GtkWidget that area is rendering to

cr Context

the cairo_t to render with

backgroundArea Rectangle

the widget relative coordinates for area's background

cellArea Rectangle

the widget relative coordinates for area

flags GtkCellRendererState

the GtkCellRendererState for area in this row.

paintFocus int

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

Meta