set_editable
Description:
public void set_editable (
bool setting)
Sets the default editability of the TextView.
You can override this default setting with tags in the buffer, using the “editable” attribute of tags.
Parameters:
this |
a TextView
|
setting |
whether it’s editable
|