Package: gtk

Function gtk:cell-area-apply-attributes

Lambda List

gtk:cell-area-apply-attributes (area model iter is-expander is-expanded)

Arguments

area -- a gtk:cell-area object
model -- a gtk:tree-model object to pull values from
iter -- a gtk:tree-iter iterator in model to apply values for
is-expander -- a boolean whether iter has children
is-expanded -- a boolean whether iter is expanded in the view and children are visible

Details

Applies any connected attributes to the renderers in the cell area by pulling the values from the tree model.

Warning

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

See also

#2024-7-7