add_enum_argument


Description:

[ Version ( since = "3.0" ) ]
public void add_enum_argument (string name, string nick, string? blurb, Type enum_type, int value, ParamFlags flags)

Add a new enum 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.

enum_type

the Type for this argument

value

the default value.

flags

argument flags.