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

minimum-height

Arguments: window

The smallest height the argument can be made by resizing using the mouse.

This function is not setfable, and is not useful for an application to call. But an application may supply minimum-width and minimum-height methods on its own window classes to specify the minimum size of those classes.

GTK note

Writing minimum-width and minimum-height methods for window classes is the only way to enforce a minimum size for top-level windows on GTK platforms, because the alternate track-limits approach does not work in that case. Any applicable minimum-width and/or minimum-height method will be called when a window is created, and will be used thereafter to constrain the minimum size of the window whenever the user interactively resizes 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