(C) 1998 AROS - The Amiga Research OS
NAME
#include <intuition/intuition.h>
#include <proto/intuition.h>
void ZipWindow (window)
LOCATION
In IntuitionBase at offset 84
SYNOPSIS
struct Window * window
FUNCTION
"Zip" (move and resize) a window to the coordinates and dimensions the window had at the last call of ZipWindow(), or invoked via the zoom-gadget.
INPUTS
window
Which window
RESULT
None.
EXAMPLE
SEE ALSO
ChangeWindowBox(), MoveWindow(), SizeWindow()
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
01.04.1999 nlorentz
Now sends message to intuition
11.02.1999 hkiel
Added empty skeletons