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

make-general-image-set Function

Summary

Creates an image-set object.

Package

capi

Signature

make-general-image-set &key image-count width height id => image-set

Arguments
image-count
An integer.
width
An integer or nil.
height
An integer or nil.
id
A pathname, string or symbol.
Values
image-set
An image-set object.
Description

The function make-general-image-set creates an image-set object that refers to an image or a file containing an image.

id is a pathname or string identifying an image file, or a symbol previously registered with register-image-translation.

width and height are the dimensions of a single sub-image within the main image, and image-count specifies the number of sub-images in the image.

Examples
(example-edit-file "capi/choice/tree-view")
(example-edit-file "capi/choice/extended-selection-tree-view")
(example-edit-file "capi/elements/toolbar")
See also

image-set
make-resource-image-set
5.10.4 image-list, image-set and image-locator


CAPI User Guide and Reference Manual (Windows version) - 01 Dec 2021 19:33:57