Package: gtk

Function gtk:cell-area-cell-get

Lambda List

gtk:cell-area-cell-get (area renderer &rest args)

Arguments

area -- a gtk:cell-area object
renderer -- a gtk:cell-renderer object that is inside area
args -- strings for the cell property names to get the values for

Return Value

The list for the values of the cell properties.

Details

Gets the values of one or more cell properties for the cell renderer in the cell area.

Warning

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

See also

2025-07-27