NAME
GT_RefreshWindow -- refresh all GadTools gadgets in a window. (V36)
SYNOPSIS
GT_RefreshWindow(win, req)
A0 A1
VOID GT_RefreshWindow(struct window *, struct requester *);
FUNCTION
Perform the initial refresh of all the GadTools gadgets you have
created. After you have opened your window, you must call this
function. Or, if you have opened your window without gadgets,
you add the gadgets with intuition.library/addglist(),
refresh them using intuition.library/refreshglist(), then call
this function.
You should not need this function at other times.
INPUTS
win - pointer to the window containing gadtools gadgets.
req - reserved for future use, should always be NULL
SEE ALSO
gt_beginrefresh()