home *** CD-ROM | disk | FTP | other *** search
- ******************************************************************************
- MENU DESCRIPTOR FOR EXAM.C Program
- ******************************************************************************
- . spaces in a begining of a line are ignored.
- . Any line that does not start with the following is considered a comment line
- 1. "
- 2. LINE
- 3. SUBMENU
- 4. END
-
- . first number written is the id number retured when that menu is selected
- . second number is the keyboard code for accelerating that menu entry.
- When that key is pressed, the barmenu function returns the corresponding
- id number without activating the menu.
-
- . The id number for a title does not do anything unless, the title does
- not have any subtitles. This id number can be omitted. If an accelerator
- is to be placed for any title, the id number must be present although it
- will not be of any significance.
- ******************************************************************************
-
-
- Constants (for reference)
- 289 = Alt-F
- 291 = Alt-H
- 301 = Alt-X
-
- 315 = F1
-
- 27 = Esc
-
-
-
- "%^File" 4000 289
- "E^xit" 4005 27
-
- "%^Help" 5000 291
- "^Help on Help" 5020
- "^Help Contents" 5010 315
- LINE
- "^ABOUT" 5030
-
-
-