CellCallback
Description:
[
CCode ( instance_pos =
1.9 ) ]
public delegate bool CellCallback (
CellRenderer renderer)
The type of the callback functions used for iterating over the cell renderers of a `GtkCellArea`, see
@foreach.
Parameters:
renderer |
the cell renderer to operate on
|
data |
user-supplied data
|
Returns:
true to stop iterating over cells.
|