home *** CD-ROM | disk | FTP | other *** search
- /*
- * app-resources.h : External definitions for access to the application
- * resources.
- *
- * George Ferguson, ferguson@cs.rochester.edu, 27 Oct 1990.
- *
- * $Id: app-resources.h,v 1.4 90/11/07 11:21:53 ferguson Exp $
- *
- */
- typedef struct {
- String appoints;
- String date;
- int numMonths;
- Boolean bothShown;
- Boolean listOnly;
- Boolean silent;
- Boolean opaqueDates;
- Boolean dowLabels;
- Font dateFont1,dateFont3,dateFont12;
- String datePosition1,datePosition3,datePosition12;
- int dateWidth1,dateWidth3,dateWidth12;
- int dateHeight1,dateHeight3,dateHeight12;
- String noDayShade;
- String shade[23];
- Pixel color[23];
- String revision;
- } AppResources;
- extern AppResources appResources;
-