Signal
Gtk.CellArea::apply-attributes
Declaration
void
apply_attributes (
  GtkCellArea self,
  GtkTreeModel* model,
  GtkTreeIter* iter,
  gboolean is_expander,
  gboolean is_expanded,
  gpointer user_data
)
Description [src]
This signal is emitted whenever applying attributes to area from model
| Default handler: | The default handler is called before the handlers added via  | 
Parameters
| model | GtkTreeModel | 
| the  | |
| Ownership is not transferred to the callee | |
| iter | GtkTreeIter | 
| the  | |
| Ownership is not transferred to the callee | |
| is_expander | gboolean | 
| whether the view shows children for this row | |
| is_expanded | gboolean | 
| whether the view is currently showing the children of this row |