Next Prev Up Top Contents Index

image-translation

Function
Summary

Returns the translation for an image registered in its image translation table.

Signature
image-translation image-id
 &key image-translation-table
 =>
                  translation
Arguments

image-id

An image identifier

image-translation-table

An image translation table

Values

translation

A translation

Description

The image-translation function returns the translation for image-id registered in image-translation-table . The default value of image-translation-table is *default-image-translation-table* .


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index