set_attributes
Description:
Sets the attributes in the list as the attributes of this.
Note:
Use GtkColumnView instead
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.
Parameters:
this |
A `GtkTreeViewColumn` |
cell_renderer |
the `GtkCellRenderer` we’re setting the attributes of |
... |
A null-terminated list of attributes |