home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / info / prgramer / edmi / issue_1 / gpi / gpi.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-02-23  |  421 b   |  24 lines

  1. #include <os2.h>
  2.  
  3. extern HAB hab;
  4.  
  5. #define PI 3.14159265359
  6. #define NUMSEGS 15
  7.  
  8. #define WM_REFRESH_ALL     (WM_USER + 0)
  9.  
  10. #define ID_GPI          1
  11. #define IDM_FILE        1000
  12. #define IDM_NEW            1100
  13. #define IDM_OPEN        1200
  14. #define IDM_SAVE        1300
  15. #define IDM_SAVEAS        1400
  16. #define IDM_QUIT        1990
  17. #define IDM_OTHER        2000
  18. #define IDM_COMPLETE_REFRESH 2100
  19.  
  20. extern MRESULT ClientWndProc(HWND,USHORT,MPARAM,MPARAM);
  21.  
  22.  
  23.  
  24.