Gimp.ProcedureConfig.set_values
@accepts(Gimp.ProcedureConfig, Gimp.ValueArray)
@returns(none)
def set_values(self, values):
# Python wrapper for gimp_procedure_config_set_values()
Sets the values from values on self's properties.
The number, order and types of values in values must match the number, order and types of self'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 self. See [method@Procedure.create_config].
Since 3.0
- self
- values