Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 7.0
Significantly revised from 6.2.

find-application-window

Arguments: key &optional subkey

Returns a window that was cached by calling add-application-window (including calls to that function that were made by find-or-make-application-window).

If key and subkey are eq to values that were passed for some window to add-application-window, and that window has not been closed, then that window is returned. Otherwise nil is returned.

Typically you would pass the name of the window as the key argument to match the default value of add-application-window, and let the subkey argument in both functions default. This would find any window with a given name on which you have called add-application-window in the same process.

See also add-application-window and remove-application-window.


Copyright (c) 1998-2006, Franz Inc. Oakland, CA., USA. All rights reserved.
This page has had significant revisions compared to the 6.2 page.
Created 2005.9.20.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 7.0
Significantly revised from 6.2.