home *** CD-ROM | disk | FTP | other *** search
- #! moat
-
- xtAppInitialize
-
- xmBulletinBoard .top managed \
- -background #A22 \
- -buttonFontList "-*-courier-*-o-*--20-*"
- xmPushButton .top.bold managed \
- -y 10 \
- -labelString Bold
- xmPushButton .top.quit managed \
- -y 40 \
- -labelString Quit
-
- .top.bold activateCallback {
- .top setValues \
- -buttonFontList "-*-courier-bold-o-*--20-*"
- }
- .top.quit activateCallback {exit 0}
-
- . realizeWidget
- . mainLoop
-