Gtk.CellArea::render

function vfunc_render(context:Gtk.CellAreaContext, widget:Gtk.Widget, cr:cairo.Context, background_area:Gdk.Rectangle, cell_area:Gdk.Rectangle, flags:Gtk.CellRendererState, paint_focus:Boolean):void {
}

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

Since 3.0

context

the Gtk.CellAreaContext for this row of data.

widget

the Gtk.Widget that area is rendering to

cr

the #cairo_t to render with

background_area

the widget relative coordinates for area's background

cell_area

the widget relative coordinates for area

flags

the Gtk.CellRendererState for area in this row.

paint_focus

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