[Contents] [Index] [Help] [Retrace] [browse <] [Browse >]


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.

RESULT
    None.

EXAMPLE

NOTES

BUGS

SEE ALSO
    intuition.library/endrefresh()