Gimp.Procedure.find_argument
@accepts(Gimp.Procedure, unicode)
@returns(GObject.ParamSpec)
def find_argument(self, name):
# Python wrapper for gimp_procedure_find_argument()
Searches the self's arguments for a GObject.ParamSpec called name.
Since 3.0
- self
- name
An argument name
- Returns