Gimp.Procedure.add_param_argument
@accepts(Gimp.Procedure, unicode, unicode, unicode, GType, GObject.ParamFlags)
@returns(none)
def add_param_argument(self, name, nick, blurb, param_type, flags):
# Python wrapper for gimp_procedure_add_param_argument()
Add a new param argument 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.
- param_type
the #GPParamType for this argument
- flags
argument flags.