foreach_alloc
Description:
[ Version ( since = "3.0" ) ]
public virtual void foreach_alloc (CellAreaContext context, Widget widget, Rectangle cell_area, Rectangle background_area, CellAllocCallback callback)
public virtual void foreach_alloc (CellAreaContext context, Widget widget, Rectangle cell_area, Rectangle background_area, CellAllocCallback callback)
Calls callback
for every CellRenderer in
this with the allocated rectangle inside cell_area
.
Parameters:
this |
a CellArea |
context |
the CellAreaContext for this row of data. |
widget |
the Widget that this is rendering to |
cell_area |
the |
background_area |
the |
callback |
the CellAllocCallback to call |
callback_data |
user provided data pointer |