render
Description:
[ Version ( since = "3.0" ) ]
public virtual void render (CellAreaContext context, Widget widget, Context cr, Rectangle background_area, Rectangle cell_area, CellRendererState flags, bool paint_focus)
public virtual void render (CellAreaContext context, Widget widget, Context cr, Rectangle background_area, Rectangle cell_area, CellRendererState flags, bool paint_focus)
Renders this’s cells according to this’s layout onto widget
at the given coordinates.
Parameters:
this |
a CellArea |
context |
the CellAreaContext for this row of data. |
widget |
the Widget that this is rendering to |
cr |
the Context to render with |
background_area |
the |
cell_area |
the |
flags |
the CellRendererState for this in this row. |
paint_focus |
whether this should paint focus on focused cells for focused rows or not. |