Function
GtkCellAllocCallback
Declaration
gboolean
(* GtkCellAllocCallback) (
  GtkCellRenderer* renderer,
  const GdkRectangle* cell_area,
  const GdkRectangle* cell_background,
  gpointer data
)
Description [src]
The type of the callback functions used for iterating over the
cell renderers and their allocated areas inside a GtkCellArea,
see gtk_cell_area_foreach_alloc().
Parameters
- renderer
- 
            Type: GtkCellRendererThe cell renderer to operate on. The data is owned by the caller of the function. 
- cell_area
- 
            Type: GdkRectangleThe area allocated to rendererinside the rectangle provided to gtk_cell_area_foreach_alloc().The data is owned by the caller of the function. 
- cell_background
- 
            Type: GdkRectangleThe background area for rendererinside the background area provided to gtk_cell_area_foreach_alloc().The data is owned by the caller of the function. 
- data
- 
            Type: gpointerUser-supplied data. The argument can be NULL.The data is owned by the caller of the function.