Gimp.Procedure.add_double_return_value
@accepts(Gimp.Procedure, unicode, unicode, unicode, float, float, float, GObject.ParamFlags)
@returns(none)
def add_double_return_value(self, name, nick, blurb, min, max, value, flags):
# Python wrapper for gimp_procedure_add_double_return_value()
Add a new floating-point in double precision return value to self.
Since 3.0
- self
the Gimp.Procedure.
- 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.