Gimp.Procedure.add_param_aux_argument

@accepts(Gimp.Procedure, unicode, unicode, unicode, GType, GObject.ParamFlags)
@returns(none)
def add_param_aux_argument(self, name, nick, blurb, param_type, flags):
    # Python wrapper for gimp_procedure_add_param_aux_argument()
  

Add a new param auxiliary 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.