Gimp.ProcedureConfig.prototype.set_values

function set_values(values: Gimp.ValueArray): void {
    // Gjs wrapper for gimp_procedure_config_set_values()
}
  

Sets the values from values on config's properties.

The number, order and types of values in values must match the number, order and types of config's properties.

This function is meant to be used on values which are passed as arguments to the run() function of the [class@Procedure] which created this config. See [method@Procedure.create_config].

Since 3.0

values

a Gimp.ValueArray