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

SA_Width

Tag start for OpenScreenTagList() eqivalent to TNewWindow.Width

Declaration

Source position: intuition.pas line 1236

const SA_Width = SA_Dummy + 3;

Description

Screen dimensions. Data is a LongWord. These may be larger, smaller or the same as the dimensions of the display clip Rectangle. The use of STDSCREENWIDTH will make the screen size equal to the display clip size.

To calculate the width of the display clip Rectangle, subtract the MinX value from the MaxX value plus one. Similarly, the height of the display clip may be calculated by subtracting the MinY value from the MaxY value plus one.


Documentation generated on: 2017-01-10