NextPrevUpTopContentsIndex

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 make-general-image-set function 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

See the files
examples/capi/choice/tree-view.lisp
examples/capi/choice/extended-selection-tree-view.lisp
examples/capi/elements/toolbar.lisp

See also

image-set
make-resource-image-set


LispWorks CAPI Reference Manual - 17 Mar 2008

NextPrevUpTopContentsIndex