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

WA_MinWidth

Tag for OpenWindowTagList(). Minimum width for resizeable windows

Declaration

Source position: intuition.pas line 1072

const WA_MinWidth = WA_Dummy + 15;

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.MinWidth Use the WindowLimits() function to change window size limits after the window is opened.


Documentation generated on: 2021-07-30