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

windowp

Arguments: x

Returns true if the argument is an instance of the class window and that window is still open (has not been closed). In releases prior to 6.0, window objects changed class when they were closed, so any instance of window was automatically open. In release 6.0, window objects do not change class when closed. The change in the behavior of windowp thus preserves the pre-6.0 behavior.

windowp also checks that the process that created the window is still in the *all-processes* list, and returns true only if it is. (If a thread where a window is created is destroyed, the window object may still look open even though it is closed for all intents and purposes.)


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