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

A GtkTreeViewColumn.

cell.renderer

the GtkCellRenderer we're setting the attributes of

...

A list of attributes.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]