Gtk.TextView.prototype.set_editable

function set_editable(setting:Boolean):void {
    // Gjs wrapper for gtk_text_view_set_editable()
}

Sets the default editability of the Gtk.TextView. You can override this default setting with tags in the buffer, using the "editable" attribute of tags.

setting

whether it's editable