CellArea.foreachAlloc

Calls callback for every gtk.CellRenderer in area with the allocated rectangle inside cell_area.

Parameters

context CellAreaContext

the gtk.CellAreaContext for this row of data.

widget Widget

the gtk.Widget 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
callbackData void*

user provided data pointer

Meta