home *** CD-ROM | disk | FTP | other *** search
- /* refstartup.txed */
-
- /*
- This is the startup file used by the reference window.
- The menus are cleared so that QUIT can be replaced with
- a version that clears the Reference variable from the
- the ClipList. Menu items for moving around in the reference
- file are also redefined.
- */
-
- LOCK
- 'WINDOW 0 110 640 85'
-
- l = setclip("Reference",address())
-
- 'MENU CLEAR'
- 'MENU 0 Q "Quit Reference" "RefQuit"'
- 'MENU 2 U "Scroll Up" "UP 8"'
- 'MENU 2 D "Scroll Down" "DOWN 8"'
- 'MENU 2 T "Top of File" "TOP"'
- 'MENU 2 B "Bottom of File" "BOTTOM"'
- 'MENU 2 J "Jump to Line" "JUMP"'
- 'MENU 3 S "Search" "FIND"'
- 'MENU 3 G "Repeat Search" "FIND 1"'
- 'MENU 4 2 "Color" "COLOR"'
-
-