Package: gtk

Function gtk-tree-view-column-set-attributes

Lambda List

gtk-tree-view-column-set-attributes (column renderer &rest attributes)

Arguments

column -- a gtk-tree-view-column object
renderer -- the gtk-cell-renderer object we are setting the attributes of
attributes -- a list of attributes

Details

Sets the attributes in the list as the attributes of the tree view column. The attributes should be in attribute/column order, as in the function gtk-tree-view-column-add-attribute. All existing attributes are removed, and replaced with the new attributes.
 

See also

2021-3-13