Arguments: window-or-screen &key owned-p states
This function returns a list of the child windows or the owned windows of either a window or the screen.
window-or-screen is the window or screen whose
child or owned windows are to be found. (The screen is the value
returned by (screen *system)
. See screen and *system*
.
owned-p specifies whether to return child or
owned windows. If nil
(the default), child
windows are returned, otherwise owned windows are returned.
states specifies that only windows that are
currently in certain states are to be returned. If nil
(the default), then windows in all states are
returned. Otherwise states may be a list of some
combination of the symbols :normal
,
:shrunk,
:icon
, and
:maximized
, in which case only windows that are
currently in those states are returned. See state.
Note that if the specified window is a frame-with-single-child
window,
then its frame-child pane will be included
in the returned list, even though it is sometimes considered to be
logically a part of the frame window.
See also windows-scratch-list.
Common Graphics and IDE documentation is described in About Common Graphics and IDE documentation in cgide.htm.
The documentation is described in introduction.htm and the index is in index.htm.
Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.
Created 2000.10.5.