Contents

TwRefreshBar (function)

int TwRefreshBar(TwBar *bar)

Description

Forces bar content to be updated. By default bar content is periodically refreshed when TwDraw is called (the update frequency is defined by the bar parameter refresh). This function may be called to force a bar to be immediately refreshed at next TwDraw call.

Parameter

bar

Bar identifier.

Return value

See also

TwDraw, TwNewBar