CellArea.foreachAlloc

Calls @callback for every #GtkCellRenderer in @area with the allocated rectangle inside @cell_area.

Parameters

context CellAreaContext

the #GtkCellAreaContext for this row of data.

widget Widget

the #GtkWidget that @area is rendering to

cellArea GdkRectangle*

the @widget relative coordinates and size for @area

backgroundArea GdkRectangle*

the @widget relative coordinates of the background area

callback GtkCellAllocCallback

the #GtkCellAllocCallback to call

callbackData void*

user provided data pointer

Meta