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 attributes

Details

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

Warning

The gtk:cell-layout implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

#2024-5-1