NAME
        GT_EndRefresh -- end refreshing friendly to GadTools. (V36)
   SYNOPSIS
        GT_EndRefresh(win, complete)
                      A0   D0
        VOID GT_EndRefresh(struct window *, bool complete);
   FUNCTION
        Invokes the intuition.library/endrefresh() function in a manner
        friendly to the gadget toolkit.  this function call permits
        GadTools gadgets to refresh themselves at the correct time.
        Call this function to endrefresh() when you have used
        gt_beginrefresh().
   INPUTS
        win - pointer to window structure for which a idcmp_refreshwindow
              IDCMP event was received.
        complete - TRUE when done with refreshing.
   SEE ALSO
        intuition.library/endrefresh()