(C) 1998 AROS - The Amiga Research OS


NAME
#include <clib/intuition_protos.h>

void MoveWindow (window , dx , dy)

LOCATION
In IntuitionBase at offset 28

SYNOPSIS
struct Window * window
LONG dx
LONG dy

FUNCTION
Change the position of a window on the screen.

INPUTS
window
Move this window
dx, dy
Move it that many pixels along the axis (right, down)

RESULT
The window will move when the next input event will be received.

EXAMPLE

SEE ALSO
SizeWindow()

NOTES

BUGS

INTERNALS

HISTORY
25.03.1999 bergers
Update for deffered treatment of windows.
20.10.1998 hkiel
Amiga Research OS
03.03.1997 digulla
Two new functions