gtkCellLayoutSetAttributes {RGtk2} | R Documentation |
Sets the attributes in list as the attributes of cell.layout
. The
attributes should be in attribute/column order, as in
gtkCellLayoutAddAttribute
. All existing attributes are removed, and
replaced with the new attributes.
gtkCellLayoutSetAttributes(object, cell, ...)
|
[GtkCellLayout ] A GtkCellLayout . |
|
[GtkCellRenderer ] A GtkCellRenderer . |
|
A list of attributes. |
Since 2.4
Derived by RGtkGen from GTK+ documentation