home *** CD-ROM | disk | FTP | other *** search
/ vis-ftp.cs.umass.edu / vis-ftp.cs.umass.edu.tar / vis-ftp.cs.umass.edu / pub / Software / universal_plane_file_format / NewXShowPlane / shpl_const.h < prev    next >
Text File  |  1993-12-06  |  248b  |  12 lines

  1. /* File menu */
  2. #define SHPL_EXIT 1 
  3. #define SHPL_OPEN 2 
  4. /* Canvas */
  5. #define SHPL_CANVAS 3 
  6. /* open file popup */
  7. #define SHPL_OPEN_OK 4 
  8. #define SHPL_OPEN_CANCEL 5 
  9. /* Error message popup */
  10. #define SHPL_ERROR_CANCEL 6 
  11. #define SHPL_ERROR_OK 7 
  12.