GimpUi.LabelEntry.prototype.set_value

function set_value(value: String): void {
    // Gjs wrapper for gimp_label_entry_set_value()
}
  

This function sets the value in the Gtk.Entry inside entry.

value

A new value.