gtkTreeViewColumnSetAttributes {RGtk2}R Documentation

gtkTreeViewColumnSetAttributes

Description

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.

Usage

gtkTreeViewColumnSetAttributes(object, cell.renderer, ...)

Arguments

object [GtkTreeViewColumn] A GtkTreeViewColumn.
cell.renderer [GtkCellRenderer] the GtkCellRenderer we're setting the attributes of
... A list of attributes.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]