Gimp.Procedure.add_group_layer_argument
@accepts(Gimp.Procedure, unicode, unicode, unicode, bool, GObject.ParamFlags)
@returns(none)
def add_group_layer_argument(self, name, nick, blurb, none_ok, flags):
# Python wrapper for gimp_procedure_add_group_layer_argument()
Add a new [class@GroupLayer] 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.
- none_ok
Whether no is a valid value.
- flags
argument flags.