Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

minimize-button

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.

GTK Note

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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version