Gimp.Procedure.add_core_object_array_argument
@accepts(Gimp.Procedure, unicode, unicode, unicode, GType, GObject.ParamFlags)
@returns(none)
def add_core_object_array_argument(self, name, nick, blurb, object_type, flags):
# Python wrapper for gimp_procedure_add_core_object_array_argument()
Add a new object array 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. object_type the type of object stored in the array
- object_type
- flags
argument flags.