(C) 1998 AROS - The Amiga Research OS


NAME
#include <clib/intuition_protos.h>

void ScreenToBack (screen)

LOCATION
In IntuitionBase at offset 41

SYNOPSIS
struct Screen * screen

FUNCTION
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.

INPUTS
screen
Move this screen.

RESULT
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.

EXAMPLE

SEE ALSO
ScreenToFront(), ScreenDepth()

NOTES

BUGS

INTERNALS

HISTORY
25.01.1999 hkiel
Implemented functions
16.01.1999 hkiel
Added aros_print_not_implemented()
20.10.1998 hkiel
Amiga Research OS
17.04.1997 aros
Added ScreenToBack() for RT