home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / windows / c / xlisp21w / sources / winstuff.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-01  |  399 b   |  19 lines

  1. /******* winstuff.h
  2.         Header file for the WINSTUFF module
  3.          part of the XLISP program            program
  4.                     *********/
  5.  
  6. /* Main menu entries */
  7. #define    IDM_LISPOPEN    1
  8. #define    IDM_WSOPEN    2
  9. #define    IDM_EXIT    3
  10. #define    IDM_ABOUT    4
  11. #define    IDM_INFO    5
  12. #define    IDM_INDEX    7
  13. #define    IDM_HELPONHELP    8
  14.  
  15. /* Dialog box messages */
  16. #define    IDD_FNAME    0x10
  17. #define    IDD_FPATH    0x11
  18. #define    IDD_FLIST    0x12
  19.