[ Usenet FAQs | Search | Web FAQs | Documents | RFC Index ]
[Last modified: Sept 94]
Answer: In UIL, you have to explicitly create a compound string with a
separator. Here's what W. Scott Meeks suggests:
value nl : compound_string('', seperate=true);
object my_label : XmLabel
{
arguments
{
XmNlabelString = 'Here' & nl & 'is' & nl & 'the' & nl & 'Label';
};
};
Send corrections/additions to the FAQ Maintainer:
Last Update May 13 2007 @ 00:23 AM