Gimp.Procedure.add_boolean_return_value
@accepts(Gimp.Procedure, unicode, unicode, unicode, bool, GObject.ParamFlags)
@returns(none)
def add_boolean_return_value(self, name, nick, blurb, value, flags):
# Python wrapper for gimp_procedure_add_boolean_return_value()
Add a new boolean 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.
- value
the default value.
- flags
argument flags.