Tag for OpenWindowTagList().Auto adjust window size to screen maximum.
Source position: intuition.pas line 1116
const WA_AutoAdjust = WA_Dummy + 45; |
Allow Intuition to change the window's position and dimensions in order to fit it on screen. The window's position is adjusted first, then the size. This property may be especially important when using WA_InnerWidth and WA_InnerHeight as border size depends on a user specified font.