CellLayoutT.clearAttributes

Clears all existing attributes previously set with gtk_cell_layout_set_attributes(). Since 2.4

template CellLayoutT(TStruct)
void
clearAttributes
(
CellRenderer cell
)

Parameters

cell CellRenderer

A GtkCellRenderer to clear the attribute mapping on.

Meta