Method
GtkCellLayoutset_attributes
Declaration [src]
void
gtk_cell_layout_set_attributes (
  GtkCellLayout* cell_layout,
  GtkCellRenderer* cell,
  ...
)
Description [src]
Sets the attributes in the parameter list as the attributes
of cell_layout.
See gtk_cell_layout_add_attribute() for more details.
The attributes should be in attribute/column order, as in gtk_cell_layout_add_attribute(). All existing attributes are removed, and replaced with the new attributes.
This method is not directly available to language bindings.
Parameters
- cell
- 
            Type: GtkCellRendererA GtkCellRendererThe data is owned by the caller of the function. 
- ...
- 
            Type: A NULL-terminated list of attributes.