Method
GtkCellArearender
since: 3.0
Declaration [src]
void
gtk_cell_area_render (
GtkCellArea* area,
GtkCellAreaContext* context,
GtkWidget* widget,
cairo_t* cr,
const GdkRectangle* background_area,
const GdkRectangle* cell_area,
GtkCellRendererState flags,
gboolean paint_focus
)
Description [src]
Renders area
’s cells according to area
’s layout onto widget
at
the given coordinates.
Available since: 3.0
Parameters
context
-
Type:
GtkCellAreaContext
The
GtkCellAreaContext
for this row of data.The data is owned by the caller of the method. widget
-
Type:
GtkWidget
The
GtkWidget
thatarea
is rendering to.The data is owned by the caller of the method. cr
-
Type:
cairo_t
The #cairo_t to render with.
The data is owned by the caller of the method. background_area
-
Type:
GdkRectangle
The
widget
relative coordinates forarea
’s background.The data is owned by the caller of the method. cell_area
-
Type:
GdkRectangle
The
widget
relative coordinates forarea
.The data is owned by the caller of the method. flags
-
Type:
GtkCellRendererState
The
GtkCellRendererState
forarea
in this row. paint_focus
-
Type:
gboolean
Whether
area
should paint focus on focused cells for focused rows or not.