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