
xtAppInitialize  -fallbackResources {
	{*width: 200}
	{*renderTable: bold}
	{*renderTable.bold.renditionForeground: red}
	{*renderTable.bold.fontName: 9x15bold}
	{*renderTable.bold.fontType: font_is_font}
    }

xmRowColumn .rc managed

xmLabel .rc.lab managed  \
    -fontList 9x15bold=bold \
    -labelString "@fR left  \\n    to	right @n @R right to left @n @L @f{bold} in bold\
 @fR in ordinary"

 xmCSText .rc.text managed \
    -rows 5 \
    -editMode multi_line_edit \
    -cstextValue "@fR left  \\n    to	right @n @R right to left @n @L @f{bold} in bold\
 @fR in ordinary"

. realizeWidget

. mainLoop
