Creates an image-set object.
capi
make-general-image-set &key image-count width height id => image-set
| image-count⇩ | 
An integer. | 
| width⇩ | 
An integer or  nil. | 
| height⇩ | 
An integer or  nil. | 
| id⇩ | 
A pathname, string or symbol. | 
| image-set | 
An image-set object. | 
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.
(example-edit-file "capi/choice/tree-view")
(example-edit-file "capi/choice/extended-selection-tree-view")
(example-edit-file "capi/elements/toolbar")
image-set
make-resource-image-set
5.10.4 image-list, image-set and image-locator
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42