pbar Function

calc_int.h

void (*pbar) (void);

Parameters

None.



Summary

Called whenever the count or total fields have been updated.

Description

This function is called by the ticalc library when the library has updated the count and/or total fields of the TicalcInfoUpdate structure. It's typically used to update a progress bar which will display the count/total ratio. You can use the percentage and prev_percentage fields for your own use.

See also

TicalcInfoUpdate


Return to the API index