Part1 - Part2 - Part3 - Part4 - Part5 - Part6 - Part7 - Part8 - Part9 - Single Page

Top Document: Motif FAQ (Part 8 of 9)
Previous Document: 259) Can I specify callback functions in resource files?
Next Document: 261) Is there a program that can convert a UIL file to tclMotif? I


[ Usenet FAQs | Search | Web FAQs | Documents | RFC Index ]

260) How can I set a multi-line label in UIL?


[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';
};
};




Top Document: Motif FAQ (Part 8 of 9)
Previous Document: 259) Can I specify callback functions in resource files?
Next Document: 261) Is there a program that can convert a UIL file to tclMotif? I

Part1 - Part2 - Part3 - Part4 - Part5 - Part6 - Part7 - Part8 - Part9 - Single Page


[ Usenet FAQs | Search | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
kenton@rahul.net (Ken Lee)

Last Update May 13 2007 @ 00:23 AM