Gtk.TreeViewColumn.prototype.clear_attributes
function clear_attributes(cell_renderer:Gtk.CellRenderer):void { // Gjs wrapper for gtk_tree_view_column_clear_attributes() }
Clears all existing attributes previously set with Gtk.set_attributes.
- cell_renderer
a Gtk.CellRenderer to clear the attribute mapping on.