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

!
! Corresponding Attribute: XVW_LAYOUT_NUMBER_ACROSS
! Number of child objects to lay out in one row
! 
!*Layout.layoutNumberAcross: 1

!
! Corresponding Attribute: XVW_LAYOUT_BUFFER_SIZE
! Distance between child objects in pixels
!
!*Layout.layoutBufferSize:5

!
! Corresponding Attribute: XVW_LAYOUT_BORDER_SIZE
! Line width of border of currently selected child
!
!*Layout.layoutBorderSize: 2

!
! Corresponding Attribute: XVW_LAYOUT_AREA_JUSTIFICATION
! How the last row of child objects is laid out, values:
! KLAYOUT_AREA_CENTER - 1
! KLAYOUT_AREA_RIGHT  - 2
! KLAYOUT_AREA_LEFT   - 3
! KLAYOUT_AREA_FULL   - 4
!
!*Layout.layoutAreaJustification: 1

