#
# these show different results in CSText and Label in this
# copy of Motif
#

xtAppInitialize

xmRowColumn .rc managed

xmLabel .rc.lab managed \
    -fontList "9x15=R, 9x15bold=bold, 9x15bold=B1" \
    -labelString "left to right @R right to left @n"

xmLabel .rc.lab managed \
    -fontList "9x15=R, 9x15bold=bold, 9x15bold=B1" \
    -labelString "left to right @R right to left"

xmCSText .rc.text1 managed \
    -rows 5 \
    -editMode multi_line_edit \
    -fontList "9x15=R, 9x15bold=bold, 9x15bold=B1" \
    -cstextValue "left to right @R right to left @n"

xmCSText .rc.text2 managed \
    -rows 5 \
    -editMode multi_line_edit \
    -fontList "9x15=R, 9x15bold=bold, 9x15bold=B1" \
    -cstextValue "left to right @R right to left"

. realizeWidget

. mainLoop
