| Allegro CL version 7.0 Object described on page has changed in 7.0. | |||||||||
Arguments: basic-pane
Returns true if its argument (a window of some sort) has an active
maximize button and returns nil if it does
not. A maximize button expands a window to its maximum size.
On Windows, if a help-button is also specified for a window, the maximize button will not appear regardless of the value returned by this function.
The value may be set either by passing a
:maximize-button initarg to make-window or by calling (setf maximize-button)
any time later. The inspector will also display a maximize-button
property for forms and other windows.
On Windows, the minimize and maximize buttons are both drawn whenever either or both are enabled, though if one is disabled then it will be grayed out and inactive. Neither will appear when both are disabled.
Copyright (c) 1998-2006, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 7.0. The object described on this page has been modified in the 7.0 release; see the Release Notes.
Created 2005.9.20.
| Allegro CL version 7.0 Object described on page has changed in 7.0. | |||||||||