Method
RBEntryViewset_column_editable
Declaration [src]
void
rb_entry_view_set_column_editable (
RBEntryView* view,
RBEntryViewColumn column,
gboolean editable
)
Description [src]
Enables in-place editing of the values in a column. The underlying %RhythmDBEntry is updated when editing is complete.
Parameters
column-
Type:
RBEntryViewColumnA
RBEntryViewColumnto update. editable-
Type:
gbooleanTRUEto make the column editable,FALSEotherwise.