home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / textual / tex / files / !preview / h / menus < prev    next >
Encoding:
Text File  |  1990-07-24  |  482 b   |  20 lines

  1. /* h.menus --- define layout of menus using constants.  */
  2.  
  3.  
  4. #define MAINMENU_NEXT           0
  5. #define MAINMENU_PREVIOUS       1
  6. #define MAINMENU_GOTO_PAGE      2
  7. #define MAINMENU_MAGNIFICATION  3
  8. #define MAINMENU_CLONE          4
  9. #define MAINMENU_SAVEAS         5
  10. #define MAINMENU_CLOSE          6
  11. #define MAINMENU_QUIT           7
  12.  
  13. #define SAVEASMENU_PAINT        0
  14. #define SAVEASMENU_DRAW         1
  15.  
  16. #define ICONBARMENU_ABOUT       0
  17. #define ICONBARMENU_QUIT        1
  18.  
  19. /* EOF */
  20.