Method

Gtk.CellArea.add

Declaration [src]

void
gtk_cell_area_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

 Ownership is not transferred to the callee