!
!  ----------------------------------------------------------------
!               AREA OBJECT APPLICATION DEFAULTS
!
!   These are the application defaults that are particular to the
!   area object. These can be over-ridden by having a $HOME/app-defaults/
!   directory, with an app-defaults file named "Area" there.
!
!   Note that most of the settings here are commented out. In most cases,
!   we don't *really* want to specify the resource, but rather just want 
!   to show how it would be specified *if we did*.  In fact, many of the
!   resource values specified are the default values, so nothing would change
!   in appearance even if you un-commented the lines.  On one hand, we are 
!   trying to provide a nice app-defaults file for you to use as a
!   model when specifying resources for the Area object; on the other hand,
!   we don't *actually* want to set resources un-necessarily (it is very 
!   expensive to set resources, not something you do unless it is important).
!
!  ----------------------------------------------------------------
!
!   INHERITANCE:        manager -> graphics -> area
!
!   CLASS-SPECIFIC RESOURCES:   areaDisplayTitle
!                               areaDisplayDate
!
!   SUB-PARTS:  Sub-parts of the Area object include:
!
!   *Area.date     /* date object, 
!                     displays date in area object */
!   *Area.title    /* string object,
!                     displays title in area object */
!
!   You may specify resources for sub-parts of the area object as desired.
!   See Date app-defaults file for resources that can be set on *Area.date,
!   See String app-defaults file for resources that can be set on *Area.title.
!

!
! Corresponding attribute: XVW_AREA_DISPLAY_TITLE
! Whether or not the title is displayed in the area object.
!
!*Area.areaDisplayTitle: true

!
! Corresponding attribute: XVW_AREA_DISPLAY_DATE
! Whether or not the date is displayed in the area object.
!
!*Area.areaDisplayDate: true

!
! Corresponding attributes: XVW_FOREGROUND, XVW_BACKGROUND
!                           (setting inherited resources)
! Foreground & Background colors for area object:
!
*Area*foreground:		red
*Area*background:		black
