Method
GtkCellAreaforeach
Declaration [src]
void
gtk_cell_area_foreach (
GtkCellArea* area,
GtkCellCallback callback,
gpointer callback_data
)
Description [src]
Calls callback
for every GtkCellRenderer
in area
.
Deprecated since: | 4.10 |
Please do not use it in newly written code. |
Parameters
callback |
GtkCellCallback |
The |
|
callback_data |
gpointer |
User provided data pointer. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |