home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / lang / skel_azt.sha / glob.h < prev    next >
Text File  |  1986-07-08  |  1KB  |  40 lines

  1.  
  2. /*
  3.  *    glob.h -- application skeleton header file of globals with presets
  4.  */
  5.  
  6. QDVar         *QD = 0;
  7. FontInfo    finfo = 0;
  8. BitMap        gibits = 0;
  9. Rect        grafr = 0;
  10. ControlHandle    hscroll[NWINDOWS] = 0;
  11. TEHandle    hTE = 0;
  12. short        lastTE = 0;            /* previous TE command for UNDO */
  13. long        lastTEadj = 0;
  14. long        lastTEstart = 0;
  15. long        lastTEend = 0;
  16. MenuHandle    mh[NMENUS + 1] = 0;
  17. int            paint = 0;            /* file refnum for MacPaint file */
  18. short        part = 0;            /* control part */
  19. Rect        r = 0;
  20. short        scrap = 0;            /* count of desk top scrap */
  21. GrafPtr        screenport = 0;        /* this port is the whole screen */
  22. int            scrollTEstart = 0;    /* keep track of insertion point
  23.                                  * character index
  24.                                  */
  25. Point        sfdtl = 0;            /* Standard File dialog window
  26.                                  * top left corner
  27.                                  */
  28. int            swi = 0;            /* scroll window index */
  29. Rect        tedestr = 0;
  30. Rect        teviewr = 0;
  31. int            tf = 0;                /* text file reference number */
  32. Point        tlp[NWINDOWS] = 0;    /* top left of destRect */
  33. Boolean        vertical = 0;        /* indicates which scroll bar */
  34. ControlHandle    vscroll[NWINDOWS] = 0;
  35. Boolean        wantTEadj = 0;
  36. Rect        wdragr = 0;
  37. Rect        wgrowr = 0;
  38. WindowPtr    wp[NWINDOWS] = 0;
  39. WindowRecord    wr[NWINDOWS] = 0;
  40.