TextView.setEditable
void setEditable(bool setting)Sets the default editability of the [gtk.text_view.TextView].
You can override this default setting with tags in the buffer, using the “editable” attribute of tags.
Parameters
setting | whether it’s editable |