Gimp.Procedure.prototype.add_int_return_value

function add_int_return_value(name: String, nick: String, blurb: String, min: Number(gint), max: Number(gint), value: Number(gint), flags: GObject.ParamFlags): void {
    // Gjs wrapper for gimp_procedure_add_int_return_value()
}
  

Add a new integer return value to procedure.

Since 3.0

name

the name of the argument to be created.

nick

the label used in #GimpProcedureDialog.

blurb

a more detailed help description.

min

the minimum value for this argument

max

the maximum value for this argument

value

the default value.

flags

argument flags.