CellArea.snapshot
void snapshot(gtk.cell_area_context.CellAreaContext context, gtk.widget.Widget widget, gtk.snapshot.Snapshot snapshot, gdk.rectangle.Rectangle backgroundArea, gdk.rectangle.Rectangle cellArea, gtk.types.CellRendererState flags, bool paintFocus)Snapshots area’s cells according to area’s layout onto at the given coordinates.
Parameters
context | the [gtk.cell_area.CellArea]Context for this row of data. |
widget | the [gtk.widget.Widget] that area is rendering to |
snapshot | the [gtk.snapshot.Snapshot] to draw to |
backgroundArea | the widget relative coordinates for area’s background |
cellArea | the widget relative coordinates for area |
flags | the [gtk.cell_renderer.CellRenderer]State for area in this row. |
paintFocus | whether area should paint focus on focused cells for focused rows or not. |