!
!  ----------------------------------------------------------------
!               VIEWPORT OBJECT APPLICATION DEFAULTS
!
!   These are the application defaults that are particular to the
!   viewport object. These can be over-ridden by having a $HOME/app-defaults/
!   directory, with an app-defaults file named "Viewport" 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 Viewport 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 -> viewport
!
!   CLASS-SPECIFIC RESOURCES:   vpAllowHoriz
!                               vpAllowVert
!                               vpForceHoriz
!                               vpForceVert
!                               vpUseBottom
!                               vpUseRight
!                               vpXoffset
!                               vpYoffset
!
!   SUB-PARTS: Sub-parts of the Viewport object include:
!
!   *Viewport.clip      /* manager object,
!                          imposes physical (clip) size of viewport area */
!   *Viewport.plane     /* manager object,
!                          makes up full (plane) size of viewport contents */
!   *Viewport.vertical  /* scrollbar object,
!                          the vertical scrollbar */ 
!   *Viewport.horizontal /* scrollbar object,
!                           the horizontal scrollbar */ 

!
! Corresponding Attribute: XVW_VP_ALLOW_HORIZ
! Allow horizontal scrollbar?
!
!*Viewport.vpAllowHoriz: true

!
! Corresponding Attribute: XVW_VP_ALLOW_VERT
! Allow vertical scrollbar?
!
!*Viewport.vpAllowVert:  true

!
! Corresponding Attribute: XVW_VP_FORCE_HORIZ
! Insist on horizontal scrollbar (whether or not it is needed)?
!
!*Viewport.vpForceHoriz: true

!
! Corresponding Attribute: XVW_VP_FORCE_VERT
! Insist on vertical scrollbar (whether or not it is needed)?
!
!*Viewport.vpForceVert: true

!
! Corresponding Attribute: XVW_VP_USE_BOTTOM
! Horizontal scrollbar appearing at bottom?
!
!*Viewport.vpUseBottom: true

!
! Corresponding Attribute: XVW_VP_USE_RIGHT
! Vertical scrollbar appearing at right?
!
!*Viewport.vpUseRight: true

!
! Corresponding Attribute: XVW_VP_XOFFSET
! The offset of the viewport in pixels from the left side
!
!*Viewport.vpXoffset: 0

!
! Corresponding Attribute: XVW_VP_YOFFSET
! The offset of the viewport in pixels from the top
!
!*Viewport.vpYoffset: 0


