home *** CD-ROM | disk | FTP | other *** search
- #! moat
-
- xtAppInitialize
-
- xmLabel .lbl managed
- .lbl setValues -labelString {
- If you text contains newlines,
- it will be broken into separate lines.
- it may contains non-ascii characteres(ατΦ∞≡±≥≈°∙).
- }
-
- .lbl setValues \
- -stringDirection string_direction_r_to_l \
- -alignment alignment_end \
- -fontList -*-courier-bold-r-*--18-* \
- -marginLeft 10 -marginWidth 10 \
- -x 200 -y 100
-
- . realizeWidget
- . mainLoop
-