Method

Gtk.CellArea.cell_set_valist

Declaration [src]

void
gtk_cell_area_cell_set_valist (
  GtkCellArea* area,
  GtkCellRenderer* renderer,
  const char* first_property_name,
  va_list var_args
)

Description [src]

Sets one or more cell properties for renderer in area.

Parameters

renderer GtkCellRenderer
 

a GtkCellRenderer which inside area

 Ownership is not transferred to the callee
first_property_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
var_args va_list
 

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