home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / open32 / browser / browser.h < prev    next >
Text File  |  1999-05-11  |  985b  |  27 lines

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