Gimp.Procedure.add_selection_argument
@accepts(Gimp.Procedure, unicode, unicode, unicode, bool, GObject.ParamFlags)
@returns(none)
def add_selection_argument(self, name, nick, blurb, none_ok, flags):
# Python wrapper for gimp_procedure_add_selection_argument()
Add a new Gimp.Selection 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.