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

WA_Top

Tag for OpenWindowTagList(). The initial y position

Declaration

Source position: intuition.pas line 867

const WA_Top = WA_Dummy + 2;

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_Top is the initial y position, or offset, from the top edge of the screen. The topmost pixel is pixel 0, and values increase to the bottom. Equivalent to TNewWindow.TopEdge.


Documentation generated on: 2017-01-10