CellAllocCallback
Description:
[ CCode ( instance_pos = 3.9 ) ]
public delegate bool CellAllocCallback (CellRenderer renderer, Rectangle cell_area, Rectangle cell_background)
public delegate bool CellAllocCallback (CellRenderer renderer, Rectangle cell_area, Rectangle cell_background)
The type of the callback functions used for iterating over the cell renderers and their allocated areas inside a CellArea, see foreach_alloc.
Parameters:
renderer |
the cell renderer to operate on |
cell_area |
the area allocated to |
cell_background |
the background area for |
data |
user-supplied data |
Returns:
true to stop iterating over cells. |
Namespace: Gtk
Package: gtk+-3.0