Method

GtkCellLayoutset_attributes

since: 2.4

Declaration [src]

void
gtk_cell_layout_set_attributes (
  GtkCellLayout* cell_layout,
  GtkCellRenderer* cell,
  ...
)

Description [src]

Sets the attributes in list as the attributes of cell_layout.

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.

Available since: 2.4

This method is not directly available to language bindings.

Parameters

cell

Type: GtkCellRenderer

A GtkCellRenderer.

The data is owned by the caller of the method.
...

Type: 

A NULL-terminated list of attributes.