(C) 1998 AROS - The Amiga Research OS


NAME
#include <clib/intuition_protos.h>

void ScreenToFront (screen)

LOCATION
In IntuitionBase at offset 42

SYNOPSIS
struct Screen * screen

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

INPUTS
screen
Move this screen.

RESULT
You will see the screen move in front of all other screens.

EXAMPLE

SEE ALSO
ScreenToBack(), 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
13.02.1997 digulla
New functions