change
PW_INFOSTRING_TEXT
Set the text which should be displayed inside the infostring object. The parameter should be of type "char *". The parameter is an ordinary c string in which the lines are separated by '\n' symbols.
PW_INFOSTRING_TEXT_UPDATE
Set the text which should be displayed, and displey it immediately (don't wait until control is passed back to ProWesS). This allows you to display what is happening in a window. You have to pass the new text which has to be displayed. When the text is larger than can be displayed in the object, then the window will NOT be resized !
PW_INFOSTRING_AUTOSIZE
The parameter is either TRUE or FALSE. By default, the value is TRUE. When autosize is TRUE, then the size of the items in the window are redetermined when the text in the infostring changes. If autosize is FALSE then the text is always displayed as best possible in the item, and the window is not notified when the text changes.

PROGS, Professional & Graphical Software
last edited March 25, 1997