Package: gtk

Function gtk:cell-area-cell-property

Lambda List

gtk:cell-area-cell-property (area renderer property)

Syntax

(gtk:cell-area-property area renderer property) => value
(setf (gtk:cell-area-property area renderer property) value)

Arguments

area -- a gtk:cell-area object
renderer -- a gtk:cell-renderer object which is inside area
property -- a string with the name of the cell property
value -- a value for the property

Details

Gets or sets the value of a cell property for the cell renderer inside the cell area.

Warning

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

See also

2024-7-7