param_spec_memsize


Description:


[ Version ( since = "2.4" ) ]
public ParamSpec param_spec_memsize (string name, string nick, string blurb, uint64 minimum, uint64 maximum, uint64 default_value, ParamFlags flags)

Creates a param spec to hold a memory size value.

See ParamSpec.internal for more information.

Parameters:

name

Canonical name of the param

nick

Nickname of the param

blurb

Brief description of param.

minimum

Smallest allowed value of the parameter.

maximum

Largest allowed value of the parameter.

default_value

Value to use if none is assigned.

flags

a combination of ParamFlags

Returns:

a newly allocated ParamSpec instance


Namespace: Gimp
Package: gimp-3.0