Gtk.Entry.prototype.set_text

function set_text(text:String):void {
    // Gjs wrapper for gtk_entry_set_text()
}

Sets the text in the widget to the given value, replacing the current contents.

See Gtk.set_text.

text

the new text