add_resource_argument


Description:

[ Version ( since = "3.0" ) ]
public void add_resource_argument (string name, string nick, string? blurb, bool none_ok, Resource? default_value, ParamFlags flags)

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

none_ok

whether null is a valid value.

default_value

default value.

flags

argument flags.