| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |
This condition will be signaled if an error occurs when creating the
backing-store memory bitmap for a window. This typically indicates
that not enough memory was available to create the memory bitmap.
This may happen when creating a bitmap-pane
if the page-width or page-height is very large, or when creating
other windows if the
double-buffered property is
true and the window itself is very large.
An application could handle this situation by trapping this condition
when calling make-window. The
condition could also be signaled when resizing a double-buffered window with functions such as
resize-window
or (setf
exterior), or when increasing the page size of
a bitmap-pane
with
set-page-size.
This condition is a subclass of error
.
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 |