| Allegro CL version 8.0 Unrevised from 7.0 to 8.0. | ||||||||||
Arguments: box offset
Returns a new box object created from box and offset as follows:
(make-box (+ (box-left box) (position-x offset))
(+ (box-top box) (position-y offset))
(+ (box-right box) (position-x offset))
(+ (box-bottom box) (position-y offset)))
See make-box and
the description of the box class for general information
on boxes. See also nbox-move, which modifies its
box argument rather than creating a new box
object.
Copyright (c) 1998-2008, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.0. This page was not revised from the 7.0 page.
Created 2005.12.9.
| Allegro CL version 8.0 Unrevised from 7.0 to 8.0. | ||||||||||