home *** CD-ROM | disk | FTP | other *** search
- #! moat
-
- xtAppInitialize
-
- xmCommand .top managed \
- -promptString "Enter next command: " \
- -historyItems {info commands,info vars,set env(HOME),set tm_version} \
- -historyItemCount 4 \
- -historyVisibleItemCount 3 \
-
- .top commandEnteredCallback {puts stdout [%value]}
-
- xmRowColumn .top.buttons managed \
- -orientation horizontal
- xmPushButton .top.buttons.Quit managed
- .top.buttons.Quit activateCallback {exit 0}
-
- . realizeWidget
- . mainLoop
-