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


!
! Corresponding attribute: XVW_STRING_JUSTIFICATION
!                          (setting inherited resources)
! Justification of stringvalue, one of:
!       KSTRING_JUSTIFY_CENTER        1
!       KSTRING_JUSTIFY_TOP           2
!       KSTRING_JUSTIFY_BOTTOM        3
!       KSTRING_JUSTIFY_LEFT          4
!       KSTRING_JUSTIFY_RIGHT         5
!       KSTRING_JUSTIFY_TOPRIGHT      6
!       KSTRING_JUSTIFY_TOPLEFT       7
!       KSTRING_JUSTIFY_BOTTOMRIGHT   8
!       KSTRING_JUSTIFY_BOTTOMLEFT    9
!
!*StringValue.stringJustification: 4

!
! Corresponding attribute: XVW_STRING_EMPHASIZE
!                          (setting inherited resources)
! Emphasize stringvalue?
!
*StringValue.stringEmphasize: true

!
! Corresponding attribute: XVW_STRING_FORMAT
! Format of number displayed by stringvalue object
!
!*StringValue.stringFormat: "%g"

!
! Corresponding attributes : XVW_FOREGROUND, XVW_BACKGROUND
!                          (setting inherited resources)
! Foreground & Background colors of StringValue object
!
*StringValue.foreground:	yellow
*StringValue.background:	black

