!
!  ----------------------------------------------------------------
!               DATE OBJECT APPLICATION DEFAULTS
!
!   These are the application defaults that are particular to the
!   date object. These can be over-ridden by having a $HOME/app-defaults/
!   directory, with an app-defaults file named "Date" 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 Date 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 -> string -> date
!
!   CLASS-SPECIFIC RESOURCES:   dateUpdatetime
!                               dateFormat
!
!   SUB-PARTS: The Date object has no sub-parts.
!

!
! Corresponding attribute: XVW_DATE_UPDATETIME
! How often, in seconds, that the date is updated
! 
!*Date.dateUpdatetime: 1

!
! Corresponding attribute: XVW_DATE_FORMAT
! The format in which to display the date
!
!*Date.dateFormat: "%h %d, 19%y %H:%M"

!
! Corresponding attributes: XVW_FOREGROUND, XVW_BACKGROUND
! Foreground & Background colors for date object
!
*Date*foreground:		white
*Date*fontpixel:		yellow
*Date*background:		black

!
! Corresponding attribute: XVW_STRING_EMPHASIZE
! String displaying date should be emphasized
!
*Date*stringEmphasize:		true

