zoom-window

Function

Package: common-graphics

Arguments: window &optional new-state

Changes the state of window to new-state, which must be one of nil (the default), :maximized, or :normal. nil means toggle between :normal and :maximized.

Incompatible change in release 6.0: in earlier releases, this operator was a generic function. In release 6.0, it is a non-generic function. It calls (setf state), which is a generic function to effect the change in its argument's state. If you added methods to this operator, you should modify them to be methods on (setf state). See the release notes or state for more information.

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.