Method

GtkCellLayoutclear_attributes

since: 2.4

Declaration [src]

void
gtk_cell_layout_clear_attributes (
  GtkCellLayout* cell_layout,
  GtkCellRenderer* cell
)

Description [src]

Clears all existing attributes previously set with gtk_cell_layout_set_attributes().

Available since: 2.4

Parameters

cell

Type: GtkCellRenderer

A GtkCellRenderer to clear the attribute mapping on.

The data is owned by the caller of the method.