[ Version ( since = "4.2" ) ]
public void column_set_editable (int column, bool editable)
Sets if the data entry in the this widget at column
(in the data model
this operates on) can be edited or not.
this |
an object which implements the DataProxy interface |
column |
column number of the data |
editable |
set to true to make the column editable |