add_parasite_aux_argument
Description:
[
Version ( since =
"3.0" ) ]
public void add_parasite_aux_argument (
string name,
string nick,
string? blurb,
ParamFlags flags)
Add a new Parasite auxiliary argument to this.
Parameters:
| this |
the Procedure.
|
| name |
the name of the argument to be created.
|
| nick |
the label used in GimpProcedureDialog.
|
| blurb |
a more detailed help description.
|
| flags |
argument flags.
|