Tag for OpenWindowTagList(). The initial x position
Source position: intuition.pas line 1058
const WA_Left = WA_Dummy + 1; |
Describe where the window will first appear on the screen and how large it will be initially. These dimensions are relative to the top left corner of the screen, which has the coordinates (0,0).
WA_Left is the initial x position, or offset, from the left edge of the screen. The leftmost pixel is pixel 0, and values increase to the right. Equivalent to TNewWindow.LeftEdge.