home *** CD-ROM | disk | FTP | other *** search
- #! moat
-
- xtAppInitialize
-
- xmMainWindow .top \
- -showSeparator True \
- -commandWindowLocation command_below_workspace
-
- xmMenuBar .top.bar managed
- xmCascadeButton .top.bar.File managed
- xmCascadeButton .top.bar.Help managed
-
- xmDrawingArea .top.work \
- -width 500 -height 400 \
- -background black
- .top setValues -workWindow .top.work
- .top.work manageChild
-
- xmCommand .top.com managed \
- -historyVisibleItemCount 0 \
- -textFontList -*-courier-medium-r-*--12-*-*-*-*-*-*
- .top.com commandEnteredCallback {%value}
-
- .top setValues -width 600 -height 500
- .top manageChild
-
- . realizeWidget
- . mainLoop
-