Home  /  Autodocs  /  gadtools.library

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