snapshot

open fun snapshot(    context: CellAreaContext,     widget: Widget,     snapshot: Snapshot,     backgroundArea: <Error class: unknown class>,     cellArea: <Error class: unknown class>,     flags: CellRendererState,     paintFocus: Boolean)(source)

⚠️ Deprecated ⚠️

This is deprecated since version 4.10.

---

Snapshots @area’s cells according to @area’s layout onto at the given coordinates.

Parameters

context

the GtkCellAreaContext for this row of data.

widget

the GtkWidget that @area is rendering to

snapshot

the GtkSnapshot to draw to

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.