gimp_posterize << INDEX >> gimp_procedural_db_dump

gimp_procedural_db_constant_register (1999-07-07)

NAME
gimp_procedural_db_constant_register - Register a plug-in specific integer constant
SYNOPSIS
gimp_procedural_db_constant_register (procedure,arg_num,constant_name,constant_value)
DESCRIPTION
Plug-ins should register their custom constants using this function, soother plug-ins (notably script-languages) can access these using symbolic names
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
STRINGprocedureThe name of the function that uses this constant
STRINGarg_numThe name of the argument that this constant is used for
STRINGconstant_nameThe name of the constant, should be all-uppercase
INT32constant_valueThe (integer) value for this constant
SOME SYNTAX ALTERNATIVES
Gimp->procedural_db_constant_register (procedure,arg_num,constant_name,constant_value)
procedural_db_constant_register Layer (procedure,arg_num,constant_name,constant_value)
procedural_db_constant_register Image (procedure,arg_num,constant_name,constant_value)
procedural_db_constant_register Channel (procedure,arg_num,constant_name,constant_value)
procedural_db_constant_register Display (procedure,arg_num,constant_name,constant_value)
procedural_db_constant_register Drawable (procedure,arg_num,constant_name,constant_value)
AUTHOR
Marc Lehmann <pcg@goof.com>
(c)1999-07-07 Marc Lehmann


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>