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 -- a gtk:cell-renderer object we are setting the attributes of
attributes -- pairs 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 gtk:tree-view-column-add-attribute function. All existing attributes are removed, and replaced with the new attributes.

Warning

The gtk:tree-view-column implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

#2024-5-4