Virtual Method
Gtk.CellArea.foreach_alloc
Declaration [src]
void
foreach_alloc (
GtkCellArea* area,
GtkCellAreaContext* context,
GtkWidget* widget,
const GdkRectangle* cell_area,
const GdkRectangle* background_area,
GtkCellAllocCallback callback,
gpointer callback_data
)
Description [src]
Calls callback
for every GtkCellRenderer
in area
with the
allocated rectangle inside cell_area
.
Parameters
context |
GtkCellAreaContext |
the |
|
Ownership is not transferred to the callee | |
widget |
GtkWidget |
the |
|
Ownership is not transferred to the callee | |
cell_area |
const GdkRectangle* |
the |
|
Ownership is not transferred to the callee | |
background_area |
const GdkRectangle* |
the |
|
Ownership is not transferred to the callee | |
callback |
GtkCellAllocCallback |
the |
|
callback_data |
gpointer |
user provided data pointer |