set_column_editable

@accepts(RB.EntryViewColumn, gboolean)
@returns(none)
def set_column_editable(column, editable)

Enables in-place editing of the values in a column. The underlying %RhythmDBEntry is updated when editing is complete.

column :

a RB.EntryViewColumn to update

editable :

True to make the column editable, False otherwise