Method

GtkTreeViewColumnclear_attributes

Declaration [src]

void
gtk_tree_view_column_clear_attributes (
  GtkTreeViewColumn* tree_column,
  GtkCellRenderer* cell_renderer
)

Description [src]

Clears all existing attributes previously set with gtk_tree_view_column_set_attributes().

Parameters

cell_renderer

Type: GtkCellRenderer

A GtkCellRenderer to clear the attribute mapping on.

The data is owned by the caller of the method.