| Allegro CL version 7.0 Unrevised from 6.2 to 7.0. | |||||||||
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.
This operator is now 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 expand-window for an example.)
Copyright (c) 1998-2006, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 7.0. This page was not revised from the 6.2 page.
Created 2004.8.21.
| Allegro CL version 7.0 Unrevised from 6.2 to 7.0. | |||||||||