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