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 -- a list of attributes

Details

Sets the attributes in the list as the attributes of layout.

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

See also

*2021-3-13