| gtkTreeViewColumnSetAttributes {RGtk2} | R Documentation |
Sets the attributes in the list as the attributes of tree.column.
The attributes should be in attribute/column order, as in
gtkTreeViewColumnAddAttribute. All existing attributes
are removed, and replaced with the new attributes.
gtkTreeViewColumnSetAttributes(object, cell.renderer, ...)
|
[GtkTreeViewColumn] A GtkTreeViewColumn. |
|
[GtkCellRenderer] the GtkCellRenderer we're setting the attributes of |
|
A list of attributes. |
Derived by RGtkGen from GTK+ documentation