| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
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-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |