Gtk.CellArea::apply_attributes
function vfunc_apply_attributes(tree_model:Gtk.TreeModel, iter:Gtk.TreeIter, is_expander:Boolean, is_expanded:Boolean):void { }
Applies any connected attributes to the renderers in area by pulling the values from tree_model.
Since 3.0
- tree_model
the Gtk.TreeModel to pull values from
- iter
the Gtk.TreeIter in tree_model to apply values for
- is_expander
whether iter has children
- is_expanded
whether iter is expanded in the view and children are visible