apply_attributes
Description:
[ HasEmitter ]
[ Version ( since = "3.0" ) ]
public virtual signal void apply_attributes (TreeModel tree_model, TreeIter iter, bool is_expander, bool is_expanded)
[ Version ( since = "3.0" ) ]
public virtual signal void apply_attributes (TreeModel tree_model, TreeIter iter, bool is_expander, bool is_expanded)
This signal is emitted whenever applying attributes to area
from model
Parameters:
iter |
the TreeIter indicating which row to apply the attributes of |
is_expander |
whether the view shows children for this row |
is_expanded |
whether the view is currently showing the children of this row |
model |
the TreeModel to apply the attributes from |