| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: basic-pane
Returns true if its argument (a window of some sort) has an active
minimize button and returns nil
if it does
not. A minimize button iconifies a window.
On Windows, if a help-button is also specified for a window, the minimize button will not appear regardless of the value returned by this function.
The value may be set either by passing a
:minimize-button
initarg to make-window or by calling (setf minimize-button)
any time later. The inspector will also display a minimize-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.
For a top-level window on GTK, this property will have an effect only if the X window manager decides to honor it.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |