Virtual Method

GtkCellAreaadd

Declaration [src]

void
add (
  GtkCellArea* area,
  GtkCellRenderer* renderer
)

Description [src]

Adds renderer to area with the default child cell properties.

Parameters

renderer GtkCellRenderer
 

The GtkCellRenderer to add to area.

 The data is owned by the caller of the function.