Generic FunctionPackage: common-graphicsToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1

update-on-resize

Arguments: drawable

Returns (or sets with setf) whether a drawable will be redrawn in its entirety whenever it is resized. This property is true by default.

If this property is false and use-bitmap-stream is true, then the upper left portion of the drawable's visible window may not be invalidated after a resize on the assumption that the part of the drawing which already appears there is still current. If use-bitmap-stream is true, then the window will simply be refreshed from the bitmap-stream as usual.

If this property is true, then update-drawable is always called to completely redraw the drawing. It is true by default.


Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page was not revised from the 6.1 page.
Created 2002.2.26.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1