NAME
GU_UpdateProgress -- Redraw all or specified progress gadget(s).
SYNOPSIS
GU_UpdateProgress(window, gad_info, gadget)
A0 A1 A2
VOID GU_UpdateProgress(struct Window *, APTR, struct ProgressGad *);
FUNCTION
Redraws all or one specified PROGRESS_KIND gadget in a window.
INPUTS
window - the window that the progress gadget is in.
gad_info - the value returned from GU_LayoutGadgetsA()
gadget - NULL, or a pointer to a specified progress gadget to
redraw. If NULL is given, all progress gadgets will be
redrawn. Use this function to redraw the progress gad
after changing the total or current value.
This function is called automatically from GU_Refresh-
Boxes.
SEE ALSO
GU_RefreshBoxes(), GU_RefreshWindow()
Converted on 19 Jul 1996 with RexxDoesAmigaGuide2HTML by Michael Ranner.