(C) 1998 AROS - The Amiga Research OS


NAME
#include <clib/intuition_protos.h>

void MoveWindowInFrontOf (window , behindwindow)

LOCATION
In IntuitionBase at offset 80

SYNOPSIS
struct Window * window
struct Window * behindwindow

FUNCTION
Arrange the relative depth of a window.

INPUTS
window
the window to reposition
behindwindow
the window the other one will be brought in front of

RESULT
None.

EXAMPLE

SEE ALSO
WindowToFront(), WindowToBack(), layers.library/ MoveLayerInFrontOf()

NOTES

BUGS

INTERNALS
Uses layers.library/MoveLayerInFrontOf().

HISTORY
25.03.1999 bergers
Update for deffered treatment of windows.
14.02.1999 hkiel
Added empty skeletons