St_Progressdismiss - Texas Instruments TI-89 Developer's Manual

Graphing calculator
Hide thumbs Also See for TI-89:
Table of Contents

Advertisement

Appendix A: System Routines — Status Line

ST_progressDismiss

Declaration:
void ST_progressDismiss (ST_PROGRESS_BAR * pb )
Category(ies):
Status Line
Description:
Removes progress bar from status line and redraws status indicators.
Inputs:
pb — Progress bar structure initialized by a previous call to
Outputs:
Status indicators are redrawn in status line.
Assumptions:
None
Side Effects:
None
On AMS 2.00 and higher.
Availability:
TI-89 / TI-92 Plus
Differences:
None
See Also:
ST_progressBar, ST_progressIncrement, ST_progressUpdate
Example:
ST_PROGRESS_BAR pb;
.
.
.
ST_progressBar(&pb, 0, 100); /* show progress from 0 to 100 */
for (j = 0; j <= 100; j += 1)
{
.
. /* Do some work */
.
ST_progressIncrement(&pb, 1);
}
ST_progressDismiss(&pb);
TI-89 / TI-92 Plus Developer Guide
ST_progressBar.
Not for Distribution
967
Beta Version January 26, 2001

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ti-92 plusTi-92 plus

Table of Contents