Method

GtkTreeViewColumnset_attributes

deprecated: 4.10 

Declaration [src]

void
gtk_tree_view_column_set_attributes (
  GtkTreeViewColumn* tree_column,
  GtkCellRenderer* cell_renderer,
  ...
)

Description [src]

Sets the attributes in the list as the attributes of tree_column.

The attributes should be in attribute/column order, as in gtk_tree_view_column_add_attribute(). All existing attributes are removed, and replaced with the new attributes.

Deprecated since: 4.10

Use GtkColumnView instead.

This method is not directly available to language bindings.

Parameters

cell_renderer

Type: GtkCellRenderer

The GtkCellRenderer we’re setting the attributes of.

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

Type: 

A NULL-terminated list of attributes.