Tag for OpenWindowTagList(). Minimum width for resizeable windows
Source position: intuition.pas line 1072
const WA_MinWidth = WA_Dummy + 15; |
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.