signal callback delegate or function to connect
void callback(gtk.tree_model.TreeModel model, gtk.tree_iter.TreeIter iter, bool isExpander, bool isExpanded, gtk.cell_area.CellArea cellArea)
model the gtk.tree_model.TreeModel to apply the attributes from (optional)
iter the gtk.tree_iter.TreeIter indicating which row to apply the attributes of (optional)
isExpander whether the view shows children for this row (optional)
isExpanded whether the view is currently showing the children of this row (optional)
cellArea the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to ApplyAttributes signal.
This signal is emitted whenever applying attributes to area from model