Unit 'intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

WA_MinHeight

Tag for OpenWindowTagList(). Minimum height for resizeable windows

Declaration

Source position: intuition.pas line 1073

const WA_MinHeight = WA_Dummy + 16;

Description

This tag set the minimum value to which the user may size the window. If the flag WFLG_SIZEGADGET is not set, then these variables are ignored.

Setting this variable to 0, will take the setting for that dimension from its initial value.

Equivalent to TNewWindow.MinHeight Use the WindowLimits() function to change window size limits after the window is opened.


Documentation generated on: 2021-07-30