(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/gadtools.h>
#include <intuition/intuition.h>
void GT_RefreshWindow (win , req)
LOCATION
In GadToolsBase at offset 14
SYNOPSIS
struct Window * win
struct Requester * req
FUNCTION
You have to call this function as soon as a window containing gadtools gadgets was opened or after you have performed a RefreshGList().
INPUTS
win
Window to refresh.
req
Not used. Provide NULL for now.
RESULT
EXAMPLE
SEE ALSO
NOTES
BUGS
INTERNALS
HISTORY
20.10.1998 hkiel
Amiga Research OS
04.04.1997 ldp
Gadtools -> GadTools
25.03.1997 srittau
Initial revision