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

!
! Corresponding attribute: XVW_CONNECTION_TYPE
! Specify connection type of connection object, choices include:
!
!  KCONNECTION_TYPE_LINEAR         1
!  KCONNECTION_TYPE_MANHATTAN      2
!  KCONNECTION_TYPE_SPLINE         3
!  KCONNECTION_TYPE_HEXAGON        4
!  KCONNECTION_TYPE_DIAMOND        5
!
!*Connection*connectionType:	2

!
! Corresponding attribute: XVW_CONNECTION_UPDATETIME
! Specify update time of connection object
!
*Connection*connectionUpdatetime:	0.05


!
! Corresponding attribute: XVW_CONNECTION_LINEWIDTH
! Specify line width of connection object, choices include:
!       KCONNECTION_LINE_EXTRA_FINE  0
!       KCONNECTION_LINE_FINE        1
!       KCONNECTION_LINE_MEDIUM_FINE 2
!       KCONNECTION_LINE_MEDIUM      3
!       KCONNECTION_LINE_MEDIUM_WIDE 4
!       KCONNECTION_LINE_WIDE        5
!       KCONNECTION_LINE_EXTRA_WIDE  6
!
!*Connection*connectionLinewidth:    2

!
! Corresponding attribute: XVW_FOREGROUND & XVW_BACKGROUND
!                          (Setting inherited resources)
! Specify foreground & background of connection object
!
*Connection*foreground:		yellow
*Connection*background:		black
