(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/intuition.h>

void SizeWindow (window , dx , dy)

LOCATION
In IntuitionBase at offset 48

SYNOPSIS
struct Window * window
LONG dx
LONG dy

FUNCTION
Modify the size of a window by the specified offsets.

INPUTS
window
The window to resize.
dx
Add this to the width.
dy
Add this to the height.

RESULT
None.

EXAMPLE

SEE ALSO

NOTES
The resize of the window may be delayed. If you depend on the information that is has changed size, wait for IDCMP_NEWSIZE.

BUGS

INTERNALS

HISTORY
25.03.1999 bergers
Update for deffered treatment of windows.
20.10.1998 hkiel
Amiga Research OS
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.
29.08.1996 digulla
Commented Moved common code from driver to Intuition
23.08.1996 digulla
Several new functions; some still empty.