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
| TYPE | NAME | DESCRIPTION
|
|---|
| INT32 | unit_id | The unit's integer ID |
- RETURN VALUES
| TYPE | NAME | DESCRIPTION
|
|---|
| STRING | abbreviation | The 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>