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