!
!  ----------------------------------------------------------------
!               LABELSTR OBJECT APPLICATION DEFAULTS
!
!   These are the application defaults that are particular to the
!   labelstring object. These can be over-ridden by having a $HOME/app-defaults/
!   directory, with an app-defaults file named "LabelString" 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 LabelString 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 -> label
!
!   CLASS-SPECIFIC RESOURCES:   labelFilled
!                               labelEmphasize
!                               forceRedisplay
!
!   SUB-PARTS: The LabelString object has no sub-parts.

!
! Corresponding Attribute: XVW_LABEL_FILLED
! Set to true, this attribute causes the background of the
| labelstring to filled with the background color.
!
!*Label.labelFilled: false

!
! Corresponding Attribute: XVW_LABEL_EMPHASIZE
! Set to true, this attribute causes the label to be drawn twice, 
! giving it a 3D, emphasized effect.
!
!*Label.labelEmphasize: false

!
! Corresponding Attribute: XVW_FORCE_REDISPLAY
! Set to true, this attribute  used by the labelstring object to achieve 
! smoother, faster update of the label. 
!
!*Label.forceRedisplay: false
