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


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()