home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / S12629.ZIP / MDIDEMO.H < prev    next >
Text File  |  1990-07-01  |  585b  |  26 lines

  1. /*-----------------------
  2.    MDIDEMO.H header file
  3.   -----------------------*/
  4.  
  5. #define INIT_MENU_POS     0
  6. #define HELLO_MENU_POS    2
  7. #define RECT_MENU_POS     1
  8.  
  9. #define IDM_NEWHELLO     10
  10. #define IDM_NEWRECT      11
  11. #define IDM_CLOSE        12
  12. #define IDM_EXIT         13
  13.  
  14. #define IDM_BLACK        20
  15. #define IDM_RED          21
  16. #define IDM_GREEN        22
  17. #define IDM_BLUE         23
  18. #define IDM_WHITE        24
  19.  
  20. #define IDM_TILE         30
  21. #define IDM_CASCADE      31
  22. #define IDM_ARRANGE      32
  23. #define IDM_CLOSEALL     33
  24.  
  25. #define IDM_FIRSTCHILD  100
  26.