Package: gtk

Function gtk:cell-area-attribute-connect

Lambda List

gtk:cell-area-attribute-connect (area renderer attribute column)

Arguments

area -- a gtk:cell-area object
renderer -- a gtk:cell-renderer object to connect an attribute for
attribute -- a string with the attribute name
column -- an integer for the gtk:tree-model object column to fetch attribute values from

Details

Connects an attribute to apply values from column for the tree model in use.

Warning

The gtk:cell-area implementation is deprecated since 4.10. List views use widgets for displaying their contents.
 

See also

#2024-7-7