Method
GtkCellAreaforeach
Declaration [src]
void
gtk_cell_area_foreach (
  GtkCellArea* area,
  GtkCellCallback callback,
  gpointer callback_data
)
Parameters
- callback
- 
            Type: GtkCellCallbackThe GtkCellCallbackto call.
- callback_data
- 
            Type: gpointerUser provided data pointer. The argument can be NULL.The data is owned by the caller of the function.