Package: gtk

Function gtk:cell-layout-set-attributes

Lambda List

gtk:cell-layout-set-attributes (layout cell &rest attributes)

Arguments

layout -- a gtk:cell-layout object
cell -- a gtk:cell-renderer object
attributes -- pairs of attribute and column number

Details

Sets the attributes in the list as the attributes of layout. The attributes should be in attribute/colnum order, as in the gtk:cell-layout-add-attribute function. All existing attributes are removed, and replaced with the new attributes.
 

See also

2024-3-24