(C) 1998 AROS - The Amiga Research OS
NAME
#include <clib/intuition_protos.h>
void ChangeWindowBox (window , left , top , width , height)
LOCATION
In IntuitionBase at offset 81
SYNOPSIS
struct Window * window
LONG left
LONG top
LONG width
LONG height
FUNCTION
Set the new position and size of a window in one call.
INPUTS
window
Change this window
left, top
New position
width, height
New size
RESULT
EXAMPLE
SEE ALSO
NOTES
This call is deferred. Wait() for IDCMP_CHANGEWINDOW if your program depends on the new size.
BUGS
INTERNALS
HISTORY
22.06.1999 hkiel
Updated docs
29.03.1999 nlorentz
Bugfix: ChangeWindowBox() was not done deffered. Remoes "jusp" in window demo
20.10.1998 hkiel
Amiga Research OS
03.03.1997 digulla
Two new functions