Submitted by Anonymous on Fri, 11/10/2000 - 16:33.
Is there a way to get the text of a XmText() widget with
XmNwordWrap set to TRUE to include the newlines ?
The users are typing in text to the widget without hitting any
returns and when I pick up the string it is without the newlines.
I like to have the newline in so when I send this text to a printer
the line looks the same as what the users saw when they typed it in.