home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / open32 / browser2 / browser.h < prev    next >
C/C++ Source or Header  |  1999-05-11  |  1KB  |  29 lines

  1. /* Header file for the Browser Program */
  2.  
  3. #include "browser.hhh"
  4.  
  5. /* File Pulldown */
  6. #define IDM_BROWSE                      100
  7. #define IDM_EXIT                        101
  8. #define IDM_FONT                        102
  9. #define IDM_CLOSEF                      103
  10.  
  11. /* Window Pulldown */
  12. #define IDM_CASCADE                     200
  13. #define IDM_TILEV                       201
  14. #define IDM_TILEH                       202
  15. #define IDM_ARRANGE                     203
  16. #define IDM_CLOSEALL                    204
  17.  
  18. #define IDM_HELP1                       300
  19. #define IDM_HELP2                       301
  20.  
  21. #define ID_FIRSTCHILD                   500   /* This must be largest # */
  22.  
  23. #define BROWSE_WINPOS                   0     /* Position of Window menu*/
  24.                                                                                           /* in main BrowseM menu.  */
  25. #define BROWSEF_WINPOS                  1     /* Position of Window menu*/
  26.                                               /* in BrowsFileM menu.    */
  27.  
  28.  
  29.