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 Rectangle

the widget relative coordinates and size for area

backgroundArea Rectangle

the widget relative coordinates of the background area

callback GtkCellAllocCallback

the GtkCellAllocCallback to call. [scope call]

callbackData void*

user provided data pointer Since 3.0

Meta