[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#aros)

WA_MaxHeight

Tag for OpenWindowTagList(). Minimum height for resizeable windows

Declaration

Source position: intuition.pas line 884

const WA_MaxHeight = WA_Dummy + 18;

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. Values are measured in pixels. Use -1 for this value to allow for a window as tall as the screen. This is the complete screen, not the visible part or display clip.

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

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


Documentation generated on: 2017-01-10