(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/intuition.h>

void RefreshGadgets (gadgets , window , requester)

LOCATION
In IntuitionBase at offset 37

SYNOPSIS
struct Gadget * gadgets
struct Window * window
struct Requester * requester

FUNCTION
Refreshes all gadgets starting at the specified gadget.

INPUTS
gadgets
The first gadget to be refreshed
window
The gadget must be in this window
requester
If any gadget has GTYP_REQGADGET set, this must point to a valid Requester. Otherwise the value is ignored.

RESULT
None.

EXAMPLE
// Refresh all gadgets of a window
RefreshGadgets (win->FirstGadget, win, NULL);
SEE ALSO
RefreshGList()

NOTES

BUGS

INTERNALS

HISTORY