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

WA_MaxWidth

Tag for OpenWindowTagList(). Maximum width for resizeable windows

Declaration

Source position: intuition.pas line 883

const WA_MaxWidth = WA_Dummy + 17;

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


Documentation generated on: 2017-01-10