home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ocl150a.zip / OCL / Samples / Menus / Source / Menus.h < prev    next >
Text File  |  1996-08-12  |  653b  |  27 lines

  1. /* OCL Sample */
  2. /* Menus.h */
  3.  
  4.  
  5. #define MENU_MAIN           1
  6. #define MENU_MENU             2
  7. #define MENU_MENU_OPEN      3
  8. #define MENU_MENU_CLOSE      4
  9. #define MENU_MENU_SAVE      5
  10. #define MENU_MENU_SAVEAS      6
  11. #define MENU_MENU_QUIT      7
  12. #define MENU_FILE        8
  13. #define MENU_INFO        9
  14. #define MENU_HELP        10
  15. #define MENU_CHECK              11
  16. #define MENU_DISABLE            12
  17. #define MENU_INSERT             13
  18. #define TEXT_CHECKED            14
  19. #define TEXT_UNCHECKED          15
  20. #define TEXT_ENABLED            16
  21. #define TEXT_DISABLED           17
  22. #define MENU_ACTIONS            18
  23.  
  24. #define NEWITEMS_BASE           1000
  25.  
  26. /* end of source */
  27.