do-windows

Macro

Package: common-graphics

Arguments: (child window &key result owned-p states) &rest forms

Executes forms (the body) once for each child window of window, or for each owned window of window if owned-p is true. child should be a symbol that will be bound to each child (or owned window) during the execution of forms. The value of result is returned from do-windows.

states may be either nil or a list of any of the window state symbols, :normal, :maximized, :icon, or :shrunk. If states is such a (non-empty) list, then the forms are executed only for windows that are in one of those states. If states is nil, then the forms are executed for all of the windows.

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.