Change the title of the progress window

Syntax
void Progress_Title(
void *p_block,
char *title
) ;
Parameters
p_block
Pointer to the progress window (as returned by Progress_Init).
title
title of the progress window
Return value
This function does not return a value.
Remarks
Requirements
Header:
TomoVision_Util.hpp
TomoVision_Tools.hpp
progress.hpp
Library:
TomoVision_Util.lib
TomoVision_Tools.lib
progress.lib
Example
See also