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
- 
            Type: GtkTreeModelThe GtkTreeModelto pull values from.The data is owned by the caller of the function. 
- iter
- 
            Type: GtkTreeIterThe GtkTreeIterintree_modelto apply values for.The data is owned by the caller of the function. 
- is_expander
- 
            Type: gbooleanWhether iterhas children.
- is_expanded
- 
            Type: gbooleanWhether iteris expanded in the view and children are visible.