!
!  ----------------------------------------------------------------
!               BROWSER OBJECT APPLICATION DEFAULTS
!
!   These are the application defaults that are particular to the
!   browser object. These can be over-ridden by having a $HOME/app-defaults/
!   directory, with an app-defaults file named "Browser" 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 Browser 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 -> browser
!
!   CLASS-SPECIFIC RESOURCES:   browserDirectory
!                               browserFilter 
!                               browserDirectoryPixmapfile 
!                               browserAliasesPixmapfile 
!                               browserDestroyOnQuit 
!
!   SUB-PARTS:  The Browser object has no sub-parts. 


! Corresponding attribute: XVW_BROWSER_DIRECTORY
! Directory from which the browser comes up, initially.
! 
!*Browser.browserDirectory: "./"

! Corresponding attribute: XVW_BROWSER_FILTER
! Filter to be used with the list of files displayed by the browser.
! 
!*Browser.browserFilter: "*.c"

! Corresponding attribute: XVW_BROWSER_DIRECTORY_PIXMAPFILE
! The pixmap that appears to the upper left of the browser object
! when the browser is in directory mode.
! 
!*Browser.browserDirectoryPixmapfile: $DESIGN/objects/library/xvobjects/misc/pixmaps/browser1.xpm

! Corresponding attribute: XVW_BROWSER_ALIASES_PIXMAPFILE
! The pixmap that appears to the upper left of the browser object
! when the browser is in aliases mode.
! 
!*Browser.browserAliasesPixmapfile: $DESIGN/objects/library/xvobjects/misc/pixmaps/browser2.xpm

! Corresponding attribute: XVW_BROWSER_DESTROY_ON_QUIT
! Whether or not to destroy the browser object when the user selects
! a file or clicks on "Cancel".
!
!*Browser.browserDestroyOnQuit: true




