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

find-or-make-application-window

Arguments: name make-function &rest args

Returns a window that is intended as a non-modal window for an application. If the window has previously been created by calling find-or-make-application-window and it has not been closed, then the existing window is returned. Otherwise make-function is called to create the window, and that new window is returned.

Name is an arbitrary symbol for identifying the window. No two windows that are made with find-or-make-application-window or find-or-make-pop-up-window should use the same name.

Make-function should be the name of a function that takes args as its argument list, and which makes and returns a window whose name is name.

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


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