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

!
! Corresponding attribute: XVW_ZOOM_FACTOR
! The zoom factor; see manual for explanation.
! 
!*Zoom.zoomFactor: 1.0

!
! Corresponding attribute: XVW_ZOOM_LOCATIONMARKER
! Type of cursor used to mark center of zoom window; values include:
!       KZOOM_LM_NONE           0
!       KZOOM_LM_CROSS          1
!       KZOOM_LM_BOX            2
!       KZOOM_LM_DOT            3
!*Zoom.zoomLocationmarker: 1

!
! Corresponding attribute: XVW_ZOOM_UPDATEMODE
! Whether zoom is updated on pointer motion or button press, values include:
!       KZOOM_UM_CONTINUOUS     0
!       KZOOM_UM_BUTTON_PRESS   1
!
!*Zoom.zoomUpdatemode: 0

!
! Corresponding attribute: XVW_ZOOM_INTERPOLATE
! Type of interpolation to be used; currently, only KZERO_ORDER (2)
! (pixel replication) is supported.
!
!*Zoom.zoomInterpolate: 2

