Method
GimpProcedureadd_double_return_value
since: 3.0
Declaration [src]
void
gimp_procedure_add_double_return_value (
GimpProcedure* procedure,
const gchar* name,
const gchar* nick,
const gchar* blurb,
gdouble min,
gdouble max,
gdouble value,
GParamFlags flags
)
Description [src]
Add a new floating-point in double precision return value to procedure
.
Available since: 3.0
Parameters
name
-
Type:
const gchar*
The name of the argument to be created.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. nick
-
Type:
const gchar*
The label used in
GimpProcedureDialog
.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. blurb
-
Type:
const gchar*
A more detailed help description.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. min
-
Type:
gdouble
The minimum value for this argument.
max
-
Type:
gdouble
The maximum value for this argument.
value
-
Type:
gdouble
The default value.
flags
-
Type:
GParamFlags
Argument flags.