!
!  ----------------------------------------------------------------
!               INDICATOR OBJECT APPLICATION DEFAULTS
!
!   These are the application defaults that are particular to the
!   indicator object. These can be over-ridden by having a $HOME/app-defaults/
!   directory, with an app-defaults file named "Indicator" 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 Indicator 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 -> marker -> indicator
!
!   CLASS-SPECIFIC RESOURCES:   indicatorConstraint
!                               indicatorLine
!                               indicatorShowXpos
!                               indicatorShowYpos
!
!   SUB-PARTS: The sub-parts of the Indicator object include:
!
!   *Indicator.xpos   /* stringvalue object,
!                        displays x position of indicator                   */
!   *Indicator.ypos   /* stringvalue object,
!                        displays y position of indicator                   */
!   *Indicator.xline  /* line object,
!                        displays horizontal line for indicator             */
!   *Indicator.yline  /* line object,
!                        displays vertical line for indicator               */
!
!   You may specify resources for sub-parts of the indicator object as desired.
!

!
! Corresponding attribute: XVW_INDICATOR_CONSTRAINT
! See manual for explanation; values include:
! 	KINDICATOR_CONSTRAINT_NONE 0
!       KINDICATOR_CONSTRAINT_X    1
!       KINDICATOR_CONSTRAINT_Y    2
! 
!*Indicator.indicatorConstraint: 0

!
! Corresponding attribute: XVW_INDICATOR_LINE
! Indicates whether a line should be displayed; values include:
! #define KINDICATOR_LINE_NONE                 0
! #define KINDICATOR_LINE_VERTICAL             1
! #define KINDICATOR_LINE_HORIZONTAL           2
! #define KINDICATOR_LINE_BOTH                 3
! 
!*Indicator.indicatorLine: 0

!
! Corresponding attribute: XVW_INDICATOR_SHOW_XPOS
! Iindicates whether the X position value should be displayed.
! 
!*Indicator.indicatorShowXpos: true

!
! Corresponding attribute: XVW_INDICATOR_SHOW_YPOS
! Iindicates whether the Y position value should be displayed.
! 
!*Indicator.indicatorShowYpos: true

!
! Corresponding attribute: XVW_FOREGROUND
!                          (setting inherited resources on sub-parts)
!
*Indicator.xline.foreground: blue
*Indicator.yline.foreground: blue
*Indicator.foreground: blue

