home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s300 / 1.ddi / CHAP7 / DPARAM.H < prev    next >
Encoding:
C/C++ Source or Header  |  1987-07-14  |  1.1 KB  |  33 lines

  1. /* Display-specific parameters for the control value display package.
  2.  
  3. copyright (c) 1987, D. M. Auslander
  4.  
  5. These values are expressed in nominal units of centimeters, so most
  6. will be fairly independent of the display being used.
  7.  
  8. The screen mode, and any others that might be unique, will have to be
  9. changed for each display type.
  10.  
  11. All of the dimensional information is relative to the point (x,y), which
  12. defines the coordinate location of the bottom of the val1 line.
  13.  
  14. Created 26-June-87
  15.  
  16. Updates:
  17.  
  18. */
  19.  
  20. static float laboff = 1.0;    /* Distance to the bottom of the label
  21.                 from y */
  22. static float bx = 0.2, bw = 0.6;    /* Distance from x to bars, 
  23.                     bar width */
  24. static float v1x = 2.0, v1y = 4.0;
  25.                 /* Location relative to (x,y) of the
  26.                 start of the printed val1 */
  27. static float v2x = 3.0, v2y = 4.0;
  28. static float blx = 0.2;        /* Distance from the right end of a fixed
  29.                 bar to its label */
  30. static float ltol = 0.05;    /* Distance between moving bar and fixed bar 
  31.                 that defines "overlap"  */
  32. static int backc = 0;        /* Background color */
  33.