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 on
attributes -- pairs of attribute and colnum
attribute -- a string with the name of a property of renderer
colnum -- an integer with the column in the model with the value for attribute

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.
 

See also

2024-3-15