(C) 1998 AROS - The Amiga Research OS


NAME
#include <intuition/intuition.h>
#include <proto/intuition.h>

void WindowToBack (window)

LOCATION
In IntuitionBase at offset 51

SYNOPSIS
struct Window * window

FUNCTION
Bring a window to the back (ie. behind any other window).

INPUTS
window
Which window

RESULT
None.

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY
25.03.1999 bergers
Update for deffered treatment of windows.
10.01.1999 bergers
Also passes IntuitionBase to driver.
20.10.1998 hkiel
Amiga Research OS
17.04.1997 aros
Added ScreenToBack() for RT
27.01.1997 ldp
Polish
10.12.1996 aros
Moved #include into first column to allow makedepend to see it.
08.11.1996 aros
All OS function use now Amiga types

Moved intuition-driver protos to intuition_intern.h

24.10.1996 aros
Use the official AROS macros over the __AROS versions.
21.10.1996 aros
Two new functions