Method

Gtk.CellArea.foreach_alloc

Declaration [src]

void
gtk_cell_area_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 GtkCellAreaContext for this row of data.

 Ownership is not transferred to the callee
widget GtkWidget
 

the GtkWidget that area is rendering to

 Ownership is not transferred to the callee
cell_area const GdkRectangle*
 

the widget relative coordinates and size for area

 Ownership is not transferred to the callee
background_area const GdkRectangle*
 

the widget relative coordinates of the background area

 Ownership is not transferred to the callee
callback GtkCellAllocCallback
 

the GtkCellAllocCallback to call

callback_data gpointer
 

user provided data pointer