Method
GtkCellAreasnapshot
Declaration [src]
void
gtk_cell_area_snapshot (
  GtkCellArea* area,
  GtkCellAreaContext* context,
  GtkWidget* widget,
  GtkSnapshot* snapshot,
  const GdkRectangle* background_area,
  const GdkRectangle* cell_area,
  GtkCellRendererState flags,
  gboolean paint_focus
)
Parameters
- context
- 
            Type: GtkCellAreaContextThe GtkCellAreaContext for this row of data.The data is owned by the caller of the function. 
- widget
- 
            Type: GtkWidgetThe GtkWidgetthatareais rendering to.The data is owned by the caller of the function. 
- snapshot
- 
            Type: GtkSnapshotThe GtkSnapshotto draw to.The data is owned by the caller of the function. 
- background_area
- 
            Type: GdkRectangleThe widgetrelative coordinates forarea’s background.The data is owned by the caller of the function. 
- cell_area
- 
            Type: GdkRectangleThe widgetrelative coordinates forarea.The data is owned by the caller of the function. 
- flags
- 
            Type: GtkCellRendererStateThe GtkCellRendererState forareain this row.
- paint_focus
- 
            Type: gbooleanWhether areashould paint focus on focused cells for focused rows or not.