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

ScreenToBack

Send the specified screen to the back of the display.

Declaration

Source position: intuition.pas line 3228

procedure ScreenToBack(

  Screen: PScreen

);

Arguments

Screen

  

A pointer to a Screen structure

Description

Move a screen behind all other screens. If the screen is in a group, the screen will be moved behind all other screens in the group only. If the screen is the parent of a group, the whole group will be moved in the back.

You will see the screen move behind all other screens. If some screen before this screen occupies the whole display, then it will disappear completely. If all other screens occupy only part of the display, the screen will appear behind the screens.

See also

ScreenToFront

  

Make the specified screen the frontmost.

ScreenDepth

  

Depth arrange a screen with extra control.


Documentation generated on: 2017-01-10