[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Picture-array-dialog-item contrib



I've just uploaded code on cambridge.apple.com in
pub/MCL2/contrib/picture-array-dialog.lisp.hqx. This is a binhex
file of code which supports array-dialog-items whose cells contain
picture(s). Either all cells are drawn to the same scale with the
same origin, or each cell is drawn so that the picture(s) are scaled
to fit inside the cell. Also contains definitions of picture-array-windows
which are similar to scrolling-windows. Size changes occur in increments
of cells. The cell size lies in a view-specific range. The window
displays at least one cell and at most n x m cells for a n x m array.

mark

Here's the abstract line:
Adds a new class picture-array-dialog-item for displaying arrays of pictures.