GtkCellAllocCallback

The type of the callback functions used for iterating over the cell renderers and their allocated areas inside a gtk.CellArea, see CellArea.foreachAlloc.

alias GtkCellAllocCallback = int function(GtkCellRenderer* renderer, GdkRectangle* cellArea, GdkRectangle* cellBackground, void* data)

Return Value

TRUE to stop iterating over cells.