Gtk.CellLayout.prototype.clear_attributes

function clear_attributes(cell:Gtk.CellRenderer):void {
    // Gjs wrapper for gtk_cell_layout_clear_attributes()
}

Clears all existing attributes previously set with Gtk.set_attributes.

Since 2.4

cell

a Gtk.CellRenderer to clear the attribute mapping on