| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 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 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |