(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/intuition.h>

BOOL WBenchToFront ()

LOCATION
In IntuitionBase at offset 57

SYNOPSIS

FUNCTION
Make the WorkBench screen the frontmost.

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

EXAMPLE

SEE ALSO
ScreenToBack(), ScreenToFront(), WBenchToBack()

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