!
!  ----------------------------------------------------------------
!               FLOAT OBJECT APPLICATION DEFAULTS
!
!   These are the application defaults that are particular to the
!   float object. These can be over-ridden by having a $HOME/app-defaults/
!   directory, with an app-defaults file named "Float" 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 Float 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 -> float
!
!   CLASS-SPECIFIC RESOURCES:   none
!
!   SUB-PARTS: Sub-parts of the Float object include:
!
!   *Float.label     /* labelstring object,
!                       label at left of float object                     */
!   *Float.text      /* text object,
!                       provides parameter box in which user enters value */
!   *Float.cr_pixmap /* pixmap object,
!                       indicating a "live" selection                     */
!   *Float.scrollbar /* scrollbar object,
!                       which user can use to change value                */
!
!   You may specify resources for sub-parts of the float object as desired.

!
! Corresponding attribute: XVW_PIXMAP_FILENAME
!                          (Setting resources on *Float.cr_pixmap sub-part)
! Specify pixmap to appear in upper left hand corner of float object
!
*Float.cr_pixmap.pixmapFilename: $DESIGN/repos/bitmaps/live_pixmaps/lightning.xbm


!
! Corresponding attribute: XVW_FOREGROUND, XVW_LABEL_EMPHASIZE, XVW_FONTNAME
!                          (Setting resources on *Float.label sub-part)
! Specify foreground color & font for label of float object
!
!*Float.label.foreground:     black
!*Float.label.labelEmphasize: 0
!*Float.label.fontName:           fixed

!
! Corresponding attribute: XVW_FOREGROUND, XVW_BACKGROUND, XVW_FONTNAME
!                          (Setting resources on *Float.text sub-part)
! Specify foreground, background color & font for button of float object
!
!*Float.text.foreground: black
!*Float.text.background: #aaaaaa
!*Float.text.fontName:       fixed
!*Float.text.fontList:   fixed


! Corresponding attribute: XVW_BACKGROUND
!                          (Setting resource on *Float.scrollbar sub-part)
! Specify background color for scrollbar of float object
!
!*Float.scrollbar.background: green
