Virtual Method
Gtk.CellArea.apply_attributes
Declaration [src]
void
apply_attributes (
  GtkCellArea* area,
  GtkTreeModel* tree_model,
  GtkTreeIter* iter,
  gboolean is_expander,
  gboolean is_expanded
)
Description [src]
Applies any connected attributes to the renderers in
area by pulling the values from tree_model.
Parameters
| tree_model | GtkTreeModel | 
| the  | |
| Ownership is not transferred to the callee | |
| iter | GtkTreeIter | 
| the  | |
| Ownership is not transferred to the callee | |
| is_expander | gboolean | 
| whether  | |
| is_expanded | gboolean | 
| whether  |