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

SA_AutoScroll

Tag start for OpenScreenTagList() boolean equivalent to flag AUTOSCROLL

Declaration

Source position: intuition.pas line 1261

const SA_AutoScroll = SA_Dummy + 25;

Description

Setting this flag will enable autoscroll for this screen when it is the active screen. (Currently, the screen may only be made active by activating a window in that screen either under user or application control.) Data is a boolean value (True to set flag). This tag is equivalent to the AUTOSCROLL flag of the TNewScreen.SType field.

Autoscroll means that screens larger than the visible display will automatically scroll when the user moves the mouse to the edge of the screen. Without this tag, the user moves the screen either by using the screen drag bar, or by pressing the mouse select button anywhere within the screen while holding down the left Amiga key and moving the mouse.


Documentation generated on: 2017-01-10