gimp_unit_get_factor << INDEX >> gimp_unit_get_number_of_built_in_units

gimp_unit_get_identifier (1999)

NAME
gimp_unit_get_identifier - Returns the textual identifier of the unit.
SYNOPSIS
identifier = gimp_unit_get_identifier (unit_id)
DESCRIPTION
This procedure returns the textual identifier of the unit. For built-in units it will be the english singular form of the unit's name. For user-defined units this should equal to the singular form.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32unit_idThe unit's integer ID
RETURN VALUES
TYPENAMEDESCRIPTION
STRINGidentifierThe unit's textual identifier
SOME SYNTAX ALTERNATIVES
identifier = Gimp->unit_get_identifier (unit_id)
identifier = unit_get_identifier Layer (unit_id)
identifier = unit_get_identifier Image (unit_id)
identifier = unit_get_identifier Channel (unit_id)
identifier = unit_get_identifier Display (unit_id)
identifier = unit_get_identifier Drawable (unit_id)
AUTHOR
Michael Natterer
(c)1999 Michael Natterer


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