(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/intuition.h>

BOOL WBenchToBack ()

LOCATION
In IntuitionBase at offset 56

SYNOPSIS

FUNCTION
Bring the WorkBench behind all other screens.

INPUTS
RESULT
TRUE if the Workbench screen is open, FALSE else.

EXAMPLE

SEE ALSO
ScreenToBack(), ScreenToFront(), WBenchToFront()

NOTES
This function does not influence the position of the screen, it just changes the depth-arrangement of the screens.

BUGS

INTERNALS

HISTORY
27.01.1999 hkiel
Simplified routine by using internal struct
25.01.1999 hkiel
Implemented functions
18.01.1999 hkiel
Initial skeleton of functions