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

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