NAME GT_RefreshWindow -- Refresh all the GadTools gadgets. (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 - Pointer to requester, or NULL if not a requester (currently ignored - use NULL). RESULT None. EXAMPLE NOTES req must currently be NULL. GadTools gadgets are not supported in requesters. This field may allow such support at a future date. BUGS SEE ALSO gt_beginrefresh()