GT_RefreshWindow(win, req)
VOID GT_RefreshWindow(
struct Window *,
struct Requester *);
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.