gimp_undo_push_group_start << INDEX >> gimp_unit_get_deletion_flag

gimp_unit_get_abbreviation (1999)

NAME
gimp_unit_get_abbreviation - Returns the abbreviation of the unit.
SYNOPSIS
abbreviation = gimp_unit_get_abbreviation (unit_id)
DESCRIPTION
This procedure returns the abbreviation of the unit ("in" for inches).
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32unit_idThe unit's integer ID
RETURN VALUES
TYPENAMEDESCRIPTION
STRINGabbreviationThe unit's abbreviation
SOME SYNTAX ALTERNATIVES
abbreviation = Gimp->unit_get_abbreviation (unit_id)
abbreviation = unit_get_abbreviation Layer (unit_id)
abbreviation = unit_get_abbreviation Image (unit_id)
abbreviation = unit_get_abbreviation Channel (unit_id)
abbreviation = unit_get_abbreviation Display (unit_id)
abbreviation = unit_get_abbreviation Drawable (unit_id)
AUTHOR
Michael Natterer
(c)1999 Michael Natterer


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