Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

invalidate-component

Arguments: dialog-item &optional box erase-p

Tells the operating system to invalidate part or all of a component window, so that the operating system will tell the window to redraw itself after all other message processing has completed. If box is nil, then the entire window is invalidated; otherwise box should be a box in the component window's own coordinate system (0,0 refers to the interior top left of the component), and only that portion of the component window will be invalidated. If erase-p is true, then the operating system will be told to erase the invalidated region before it sends the message to the window to tell its event handler to redraw it.

The more general function invalidate is now recommended over most of the invalidate-* functions.


Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version