home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / mesa5.zip / mesa5src.zip / GL_TEST.H < prev    next >
Text File  |  2000-02-29  |  1KB  |  40 lines

  1. /* STLSUP.H  */
  2.  
  3. /*+--------------------------------------------------------------------------+*/
  4. /*| Menu item identifiers.                                                   |*/
  5. /*+--------------------------------------------------------------------------+*/
  6. #define MYM_ENDTHREAD        (WM_USER+1)
  7. #define MYM_SHOWMESSAGE      (WM_USER+2)
  8. #define MYM_FAST_WMPAINT     (WM_USER+3)
  9.  
  10. #define IDM_EXIT             257
  11. #define IDM_EXITPROG         258
  12. #define IDM_DEMO             259
  13. #define IDD_HELP             260
  14. #define IDM_HELP             261
  15. #define IDM_HELPABOUT        263
  16.  
  17. /* About Dialog */
  18. #define DID_VERSION          264
  19.  
  20.  
  21.  
  22. #define IDM_FILE            1000
  23.   #define IDM_FILEOPEN        1001
  24.  
  25.  
  26. #define ID_NULL              9999
  27. #define ID_WINDOW            256
  28. #define ID_WINDOW_CHECK      257
  29.  
  30. /*+--------------------------------------------------------------------------+*/
  31. /*| String identifiers.                                                      |*/
  32. /*+--------------------------------------------------------------------------+*/
  33.  
  34. #define IDS_APPNAME          10
  35. #define IDS_NOREGISTER       11
  36. #define IDS_NOSTDWINDOWS     12
  37. #define IDS_NOTHREAD         13
  38. #define IDS_SEMERROR         14
  39.  
  40.