| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: stream box
Modifies and returns box (as the first of two
returned values) to be the clipping box of
stream. stream should be a
cg-stream
but
may not be a text-edit-window
or a text-edit-pane
.
This is the destructive version of clipping-box, taking a box argument to be modified rather than creating and returning a new box. See the description of clipping-box for more information and for details of the second returned values.
Platform note: the box that is returned will exclude any part of the window that happens to be covered by other windows on the Microsoft Windows platform, but will not exclude these areas on GTK. Also, the second return value will never be :complex on GTK.
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 |