Add API to allow user defined progress indicator (default indicator is a percentage)
To use your own progress indicator, - Define a function with prototype "void my_update_progress(int currentValue, int maximumValue)" - Pass it to chameleon with "ierr=MORSE_Set_update_progress_callback(my_update_progress)" - Activate progress indicator with MORSE_Enable(MORSE_PROGRESS)
Loading
Please register or sign in to comment