home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / graphics / viewport.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-08-11  |  1.1 KB  |  38 lines

  1. #define IDD_RADIUS         52
  2. #define IDM_CHANGE         53
  3. #define IDM_HELP           54
  4. #define IDM_ABOUT          55
  5. #define IDM_OFFVIEWPORT    56
  6. #define IDM_OFFWINDOW      57
  7. #define IDM_SETVIEWPORT    58
  8. #define IDM_SETEXTENT      59
  9. #define IDM_SCALEVIEW      60
  10. #define IDM_SCALEWINDOW    61
  11. #define IDM_GETVIEWPORTEXT 62
  12. #define IDM_GETWINDOWEXT   63
  13. #define IDM_SETVIEWPORTORG 64
  14. #define IDM_SETWINDOWORG   65
  15. #define IDD_X              104
  16. #define IDD_Y              105
  17. #define IDD_TEXT1          106
  18. #define IDD_TEXT2          107
  19.  
  20.  
  21. BOOL  bOffsetViewportOrg = FALSE;
  22. BOOL  bOffsetWindowOrg = FALSE;
  23. BOOL  bSetViewportExt = FALSE;
  24. BOOL  bSetWindowExt = FALSE;
  25. BOOL  bScaleViewportExt = FALSE;
  26. BOOL  bScaleWindowExt = FALSE;
  27. BOOL  bSetViewportOrg = FALSE;
  28. BOOL  bSetWindowOrg = FALSE;
  29.  
  30.  
  31.  
  32. long FAR PASCAL WndProc                (HWND, unsigned, WORD, LONG);
  33. BOOL FAR PASCAL GetRadiusDlgProc       (HWND, unsigned, WORD, LONG);
  34. BOOL FAR PASCAL EnterPointDlgProc      (HWND, unsigned, WORD, LONG) ;
  35. BOOL FAR PASCAL NewEnterPointDlgProc   (HWND, unsigned, WORD, LONG);
  36. HWND            FindNextWindow         (HWND) ;
  37.  
  38.