Next Prev Up Top Contents Index

image-loader

Function
Summary

Returns the image load function

Signature

image-loader image-id &key image-translation-table => loader

Arguments

image-id

An image identifier

image-translation-table

An image translation table

Values

loader

An image load function

Description

The image-loader function returns the image load function that would be called to load the image associated with image-id in image-translation-table . If the image-id is not registered with a load function, the default image load function is returned. 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