Virtual Method

GtkCellAreaforeach

since: 3.0

Declaration [src]

void
foreach (
  GtkCellArea* area,
  GtkCellCallback callback,
  gpointer callback_data
)

Description [src]

Calls callback for every GtkCellRenderer in area.

Available since: 3.0

Parameters

callback

Type: GtkCellCallback

The GtkCellCallback to call.

callback_data

Type: gpointer

User provided data pointer.

The argument can be NULL.
The data is owned by the caller of the method.