home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / e / e002 / 1.ddi / SHORT.CN_ / SHORT.CN
Encoding:
Text File  |  1992-08-24  |  749 b   |  51 lines

  1. /* This file is read to
  2.  * construct the Short menus
  3.  */
  4.  
  5. Menu -Plot
  6.     /* first we work on the
  7.      * plot window menus
  8.      */
  9.  
  10. Menu 3 /* Options menu */
  11.  
  12. Menu -K 3
  13.     /* we kill all menus starting at position 3 */
  14.  
  15. Menu 4 /* Page menu */
  16.  
  17. Menu -K 10
  18.     /* keep only the
  19.      * view mode and
  20.      * zoom commands
  21.      */
  22. Menu -D 8
  23.     /* we probably don't need
  24.      * zoom layer to window
  25.      */
  26.  
  27.  
  28.  
  29. Menu 5 /* Plot menu */
  30.  
  31. Menu -K 11
  32.     /* Below Rescale to show all
  33.      */
  34.  
  35. Menu -D 4
  36.     /* delete Add New Function */
  37.  
  38. Menu -D 3
  39.     /* delete Add Error Bars */
  40.     
  41.  
  42. Menu -Worksheet
  43.  
  44. Menu 2 /* Edit Menu */
  45.  
  46. Menu -K 15 /* remove everything below Delete menu */
  47.  
  48. Menu 3 /* Plot menu */
  49.  
  50. Menu -K 4 /* keep only Line, scatter, line-symbol */
  51.