Virtual Method
GtkCellAreasnapshot
Declaration [src]
void
snapshot (
GtkCellArea* area,
GtkCellAreaContext* context,
GtkWidget* widget,
GtkSnapshot* snapshot,
const GdkRectangle* background_area,
const GdkRectangle* cell_area,
GtkCellRendererState flags,
gboolean paint_focus
)
Description [src]
Snapshots area
’s cells according to area
’s layout onto at
the given coordinates.
Deprecated since: | 4.10 |
Please do not use it in newly written code. |
Parameters
context |
GtkCellAreaContext |
The |
|
The data is owned by the caller of the function. | |
widget |
GtkWidget |
The |
|
The data is owned by the caller of the function. | |
snapshot |
GtkSnapshot |
The |
|
The data is owned by the caller of the function. | |
background_area |
GdkRectangle |
The |
|
The data is owned by the caller of the function. | |
cell_area |
GdkRectangle |
The |
|
The data is owned by the caller of the function. | |
flags |
GtkCellRendererState |
The |
|
paint_focus |
gboolean |
Whether |