graphics.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
windowtype
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:    <pgchart.h>
 
  Structure:
 
  typedef struct
  {
      short x1;           // Left edge of window in pixels
      short y1;           // Top edge of window in pixels
      short x2;           // Right edge of window in pixels
      short y2;           // Bottom edge of window in pixels
      short border;       // TRUE for border, FALSE otherwise
      short background;   // Internal palette color for window
                          //   background
      short borderstyle;  // Style bytes for window border
      short bordercolor;  // Internal palette color for window border
  } windowtype;