Method
GtkCellAreaapply_attributes
Declaration [src]
void
gtk_cell_area_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  | |
| The data is owned by the caller of the function. | |
| iter | GtkTreeIter | 
| The  | |
| The data is owned by the caller of the function. | |
| is_expander | gboolean | 
| Whether  | |
| is_expanded | gboolean | 
| Whether  |