Method

Gtk.CellArea.add_with_properties

Declaration [src]

void
gtk_cell_area_add_with_properties (
  GtkCellArea* area,
  GtkCellRenderer* renderer,
  const char* first_prop_name,
  ...
)

Description [src]

Adds renderer to area, setting cell properties at the same time. See gtk_cell_area_add() and gtk_cell_area_cell_set() for more details.

Parameters

renderer GtkCellRenderer
 

a GtkCellRenderer to be placed inside area

 Ownership is not transferred to the callee
first_prop_name const char*
 

the name of the first cell property to set

 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string
...
 

a NULL-terminated list of property names and values, starting with first_prop_name