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

!
! Corresponding attribute: XVW_CANVAS_GRID
! Specify when a grid should be displayed on the canvas, allowed values:
!
! KMANAGER_GRID_OFF    0: grid is always off.
! KMANAGER_GRID_ON     1: grid is always on.
! KMANAGER_GRID_EDIT   2: grid is only on when the canvas is in "edit mode"
! KMANAGER_GRID_SELECT 3: grid is only displayed when a child of the
|                         canvas has been selected by the user
!
!*Canvas.canvasGrid: 1

!
! Corresponding attribute: XVW_CANVAS_GRIDSIZE
! The size (in pixels) of the canvas grid
! 
! *Canvas.canvasGridsize: 20

!
! Corresponding attribute: XVW_VP_ALLOW_HORIZ
!                         (Setting resource on *Canvas.viewport sub-part)
! Allow horizontal scrollbar?
!
!*Canvas.viewport.vpAllowHoriz: true

!
! Corresponding attribute: XVW_VP_ALLOW_VERT on viewport sub-part
!                         (Setting resource on *Canvas.viewport sub-part)
! Allow vertical scrollbar?
!
!*Canvas.viewport.vpAllowVert:   true

!
! Corresponding attribute: XVW_VP_FORCE_HORIZ on viewport sub-part
!                         (Setting resource on *Canvas.viewport sub-part)
! Insist on horizontal scrollbar (whether or not it is needed)?
!
!*Canvas.viewport.force_horizontal: true

!
! Corresponding attribute: XVW_VP_FORCE_VERT on viewport sub-part
!                         (Setting resource on *Canvas.viewport sub-part)
! Insist on vertical scrollbar (whether or not it is needed)?
!
!*Canvas.viewport.force_vertical:   true
