!
!  ----------------------------------------------------------------
!               HELP OBJECT APPLICATION DEFAULTS
!
!   These are the application defaults that are particular to the
!   help object. These can be over-ridden by having a $HOME/app-defaults/
!   directory, with an app-defaults file named "Help" 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 Help 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 -> help
!
!   CLASS-SPECIFIC RESOURCES:   helpDisplaytitle
!				helpDisplayquit
!				helpDisplaymenu
!				helpDestroyOnQuit
!				helpMoreFiles
!
!   SUB-PARTS: Sub-parts of the Help object include:
!
!   *Help.quit        /* button object,
!                        quit button on help object          */
!   *Help.title       /* label object,
!                        displays label of help object       */
!   *Help.next        /* button object,
!                        "next" button on help object        */
!   *Help.previous    /* button object,
!                        "previous" button on help object    */
!   *Help.name        /* button object,
!                        "name" button on help object        */
!   *Help.textdisplay /* textdisplay object,
!                        used to display text                */ 
!
!   You may specify resources for sub-parts of the help object as desired.

!
! Corresponding attribute: XVW_HELP_DISPLAYTITLE
! When set to false, this will suppress display of the title
!
!*Help.helpDisplaytitle: true

!
! Corresponding attribute: XVW_HELP_DISPLAYQUIT
! When set to false, this will suppress display of the quit button
!
!*Help.helpDisplayquit: true

!
! Corresponding attribute: XVW_HELP_DISPLAYMENU
! When set to false, this will suppress display of the options menu button
!
!*Help.helpDisplaymenu: true

!
! Corresponding attribute: XVW_HELP_DESTROY_ON_QUIT
! When set to false, this will cause the help object to be unmapped
! when the user clicks on the "Quit" button, rather than being destroyed
!
!*Help.helpDestroyOnQuit: true

!
! Corresponding attribute: XVW_HELP_MORE_FILES
! When set to false, help object will not stat the directory in order
! build the list of files included in the "Other Files" submenu
!
!*Help.helpMoreFiles: false

