Method

Gtk.TreeViewColumn.clear_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 GtkCellRenderer
 

a GtkCellRenderer to clear the attribute mapping on.

 Ownership is not transferred to the callee