All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

NextPrevUpTopContentsIndex

make-image-locator

Function
Summary

Creates an image-locator object to use with toolbars, list views and tree views.

Package

capi

Signature

make-image-locator &key image-set index => image-locator

Arguments

image-set

An image-set.

index

A non-negative integer.

Values

image-locator

An image-locator.

Description

The function make-image-locator creates an image-locator object for use with toolbars, list views, and tree views. It is used to specify a single sub-image from a larger image that contains many images side by side. It is also useful for accessing some images that can only be specified by means of image sets.

See also

image-set
image-list, image-set and image-locator


CAPI User Guide and Reference Manual (Windows version) - 25 Feb 2015

NextPrevUpTopContentsIndex