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

WA_Left

Tag for OpenWindowTagList(). The initial x position

Declaration

Source position: intuition.pas line 866

const WA_Left = WA_Dummy + 1;

Description

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.


Documentation generated on: 2017-01-10