snapshot
Description:
public virtual void snapshot (CellAreaContext context, Widget widget, Snapshot snapshot, Rectangle background_area, Rectangle cell_area, CellRendererState flags, bool paint_focus)
Snapshots this’s cells according to this’s layout onto at the given coordinates.
Parameters:
| this |
a `GtkCellArea` |
| context |
the `GtkCellArea`Context for this row of data. |
| widget |
the `GtkWidget` that this is rendering to |
| snapshot |
the `GtkSnapshot` to draw to |
| background_area |
the |
| cell_area |
the |
| flags |
the `GtkCellRenderer`State for this in this row. |
| paint_focus |
whether this should paint focus on focused cells for focused rows or not. |