Package: gtk

Function gtk:cell-area-attribute-column

Lambda List

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

Arguments

area -- a gtk:cell-area object
renderer -- a gtk:cell-renderer object
attribute -- a string with an attribute on the renderer

Return Value

The integer with the model column, or -1.

Details

Returns the model column that an attribute has been mapped to, or -1 if the attribute is not mapped.

Warning

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

See also

#2024-7-7