home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2056 / app-resources.h next >
Encoding:
C/C++ Source or Header  |  1990-12-28  |  742 b   |  29 lines

  1. /*
  2.  *    app-resources.h : External definitions for access to the application
  3.  *              resources.
  4.  *
  5.  *    George Ferguson, ferguson@cs.rochester.edu,  27 Oct 1990.
  6.  *
  7.  *    $Id: app-resources.h,v 1.4 90/11/07 11:21:53 ferguson Exp $
  8.  *
  9.  */
  10. typedef struct {
  11.     String appoints;
  12.     String date;
  13.     int numMonths;
  14.     Boolean bothShown;
  15.     Boolean listOnly;
  16.     Boolean silent;
  17.     Boolean opaqueDates;
  18.     Boolean dowLabels;
  19.     Font dateFont1,dateFont3,dateFont12;
  20.     String datePosition1,datePosition3,datePosition12;
  21.     int dateWidth1,dateWidth3,dateWidth12;
  22.     int dateHeight1,dateHeight3,dateHeight12;
  23.     String noDayShade;
  24.     String shade[23];
  25.     Pixel color[23];
  26.     String revision;
  27. } AppResources;
  28. extern AppResources appResources;
  29.