!
!  ----------------------------------------------------------------
!               PRINTMAPVAL OBJECT APPLICATION DEFAULTS
!
!   These are the application defaults that are particular to the
!   printmapval object. These can be over-ridden by having a $HOME/app-defaults/
!   directory, with an app-defaults file named "PrintMapVal" 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 printmapvals.  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 PrintMapVal 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 -> color -> printmapval
!
!   CLASS-SPECIFIC RESOURCES:   printmapvalWidth
!                               printmapvalHeight
!                               printmapvalShowcolor
!                               printmapvalUpdatemode
!                               printmapvalPolicy
!
!   SUB-PARTS: The PrintMapVal object has no sub-parts.
!

! Corresponding attribute: XVW_PRINTMAPVAL_WIDTH
! The number of map column values that should be displayed in a 
! horizontal direction on the printmapval display.
!
!*PrintMapVal.printmapvalWidth: 8

! Corresponding attribute: XVW_PRINTMAPVAL_HEIGHT
! The number of map column values that should be displayed in a 
! vertical direction on the printmapval display.
!
!*PrintMapVal.printmapvalHeight: 8

! Corresponding attribute: XVW_PRINTMAPVAL_SHOWCOLOR
! Whether or not the color of the pixel under the pointer should be 
! used as the background color for the label object in which the map values 
! are displayed.
!
!*PrintMapVal.printmapvalShowcolor: false

! Corresponding attribute: XVW_PRINTMAPVAL_UPDATEMODE
! Whether printmapval object is updated on pointer motion or button press,
! values include:
!       KPRINTMAPVAL_UM_CONTINUOUS      0
!       KPRINTMAPVAL_UM_BUTTON_PRESS    1
!
!*PrintMapVal.printmapvalUpdatemode: false

! Corresponding attribute: XVW_PRINTMAPVAL_POLICY
! See manual for description, values include:
!       KPRINTMAPVAL_DISPLAYEDVALUES  1
!       KPRINTMAPVAL_MAPDATAVALUES    2
!
!*PrintMapVal.printmapvalPolicy: 1
