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

!
! Corresponding Attribute: XVW_NOTIFYWINDOW_PIXMAPFILE
! Specify pixmap to appear in upper left hand corner of notifywindow object
!
!*NotifyWindow*notifywindowPixmapfile: $DESIGN/objects/library/xvobjects/misc/pixmaps/hourglass.xbm

!
! Corresponding Attribute: XVW_NOTIFYWINDOW_TITLE
! Specify title to appear in titlebar of notifywindow object
! (note: this is usually not set in the app-defaults file, but by the
!        application, with the name of the application using the notifywindow)
!
!*NotifyWindow*notifywindowTitle: "Notification"

!
! Corresponding Attribute: XVW_NOTIFYWINDOW_LABEL
! Specify label to appear at top of notifywindow object
!
!*NotifyWindow*notifywindowLabel: "Working..."


!
! Corresponding Attribute: XVW_FOREGROUND, XVW_BACKGROUND, XVW_FONTNAME, 
!                          XVW_LABEL_EMPHASIZE
!                          (Setting resources on *NotifyWindow.label sub-part)
! Specify foreground color & font for label of notifywindow object
!
*NotifyWindow.label.foreground:     white
*NotifyWindow.label.background:     black
*NotifyWindow.label.fontName:           variable
*NotifyWindow.label.labelEmphasize: true


!
! Corresponding Attribute: XVW_FOREGROUND, XVW_BACKGROUND, XVW_FONTNAME, 
!                          XVW_LABEL_EMPHASIZE
!                          (Setting resources on *NotifyWindow.text sub-part)
! Specify foreground, background color & font for text of notifywindow object
!
*NotifyWindow.text.foreground:     white
*NotifyWindow.text.background:     black
*NotifyWindow.text.fontName:           variable
*NotifyWindow.text.labelEmphasize: true

!
! Corresponding Attribute: XVW_BACKGROUND
!                          (Setting inherited resource)
! Specify background of notifywindow object
!
!*NotifyWindow*background: #aaaaaa
