!
!  ----------------------------------------------------------------
!               WARN OBJECT APPLICATION DEFAULTS
!
!   These are the application defaults that are particular to the
!   warn object. These can be over-ridden by having a $HOME/app-defaults/
!   directory, with an app-defaults file named "Warn" 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 Warn 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 -> warn
!
!   CLASS-SPECIFIC RESOURCES:  warnPixmapfile
!
!   SUB-PARTS: Sub-parts of the Warn object include:
!
!   *Warn.pixmap /* pixmap object,
!                   decorates upper left hand corner of Warn object */
!   *Warn.text   /* text object,
!                   displays warning message                        */
!   *Warn.button /* button object,
!                   acknowledgement button                          */
!   *Warn.label  /* labelstring object,
!                   label at top of warn object                     */
!
!   You may specify resources for sub-parts of the warn object as desired.

!
! Corresponding Attribute: XVW_WARN_PIXMAPFILE
! Specify pixmap to appear in upper left hand corner of warn object
!
!*Warn*warnPixmapfile: $DESIGN/objects/library/xvobjects/misc/pixmaps/caution.xpm


!
! Corresponding Attribute: XVW_FOREGROUND, XVW_FONTNAME
!                          (Setting resources on *Warn.label sub-part)
! Specify foreground color & font for label of warn object
!
!*Warn.label.foreground: black
!*Warn.label.fontName:       fixed

!
! Corresponding Attribute: XVW_FOREGROUND, XVW_BACKGROUND, XVW_FONTNAME
!                          (Setting resources on *Warn.button sub-part)
! Specify foreground, background color & font for button of warn object
!
!*Warn.button.foreground: black
!*Warn.button.background: yellow
!*Warn.button.fontName:       fixed
!*Warn.button.fontList:   fixed


!
! Corresponding Attribute: XVW_FOREGROUND, XVW_FONTNAME
!                          (Setting resources on *Warn.text sub-part)
! Specify foreground, background color & font for text of warn object
!
!*Warn.text.foreground: black
!*Warn.text.fontName:       fixed
!*Warn.text.fontList:   fixed
