!
! xregal has built-in default values for all the following resources. 
! This application defaults file is needed only if you wish to change the
! defaults.
!

! The background color of the toplevel window
*background: 		 gray95
*Command.background:	light sky blue
*MenuButton.background:	light sky blue

! Set the shape of the buttons - rectangular is useful if you are using XAW3D
!*Command.shapeStyle: rectangle
!*MenuButton.shapeStyle: rectangle


! The background color of the viewport display
*viewer.background: 		 gray90

! The font and color of normal text
*viewer.color1: 		 black
*viewer.font1:           -adobe-times-medium-r-normal--14-*-*-*-p-*-iso8859-1

! The font and color of italic text
*viewer.color2: 		 black
*viewer.font2: -adobe-times-medium-i-normal--14-*-*-*-p-*-iso8859-1

! The font and color of major headings
*viewer.color3: 		 indian red
*viewer.font3:           -adobe-helvetica-bold-r-normal-*-18-*-*-*-p-*-iso8859-1

! The font and color of section headings
*viewer.color4: 		 red
*viewer.font4:           -adobe-helvetica-bold-r-normal--14-*-*-*-p-*-iso8859-1

! The font and color of subsection headings
*viewer.font5: 			-adobe-times-bold-i-normal--*-140-*-*-p-*-iso8859-1
*viewer.color5:			black

! The color of hyperlinks
*viewer.linkColor: 		 medium blue

! The color of selected text.
*viewer.selectForeground:	 black
*viewer.selectBackground:	 bisque3

! Whether to underline hyperlinks
*viewer.underlineLinks:  true

!This resource specifies how many pixels the mouse cursor must be moved 
!before text selection is activated.
*viewer.selectThreshold: 5

!How often (in milliseconds) the display should scroll by a line when selecting
!text and the mouse pointer moves above or below the display window.
*viewer.scrollInterval: 80

!When converting a text selection to ASCII, a dotted tab (in pixels) is
!converted to a number of spaces by dividing by this number.
*viewer.spaceWidth:		5


!If set to true, then if the text to be converted contains a mixture of
!heading and non-heading lines, then the non-heading lines will be indented by 
!two spaces in order to make the headings stand out. If set to false, then no 
!lines will be indented
*viewer.indentAscii: false

!The diameter (in pixels) of bullets in a bulleted list
*viewer.bulletDiameter:  7

!The color and height of the percentage bar
*pcbar.foreground: purple
*pcbar.height:  4


! The default key bindings for scrolling the display etc.
*vport.translations: #override \n\
		<Key>Left:       pageLeft()\n\
		<Key>Right:      pageRight()\n\
		Ctrl<Key>Prior:  pageTop()\n\
		Ctrl<Key>Next:   pageBottom()\n\
		<Key>space:      pageDown()\n\
		<Key>-:          pageUp()\n\
		<Key>Next:       pageDown()\n\
		<Key>Prior:      pageUp()\n\
		<Key>Up:         lineUp()\n\
		<Key>Down:       lineDown()\n\
		<Key>q:          byebye()\n\
		Alt<Key>x:       byebye()\n\
		<Key>b:          goback()\n\
		<Key>f:          goforward()\n\
		<Key>g:          searchgenre()\n\
		<Key>h:          history()\n\
		<Key>s:          savetofile()\n\
		<Key>c:          searchcname()\n\
		<Key>n:          searchname()\n\
		<Key>t:          searchtitle()

! where to position the viewer scrollbars
*vport.useBottom:        true
*vport.useRight:         true



! the font for error/warning popup messages
*Alert.form.message.font:   -*-times-medium-r-*-*-*-180-*-*-*-*-*-*

!
! Application resources follow
! ----------------------------
!

! setting this to false disables the bargraph display which indiactes the
! progress of a database lookup
*showprogress:	         true

! How many pixels across the page to display character names in a cast list
*casttab:                200

! How many pixels across the page to display character names in a 
! filmography list.
*chartab:                0

! How many pixels across the page to display technical data in a movie listing.
*techtab:                120

! How many pixels across the page to indent quotes.
*quotetab:                50

! How many pixels to indent hanging paragraphs.
*hangingIndent:          40

! Maximum number of entries to show in a substring search
*substringMax:			500

!This resource specifies where to popup the search dialog windows relative
!to the to left corner of the main window.  It must be in the form of "x,y".
!If this resource is not set (which is the default) the search dialogs will
!be popped up at the current mouse cursor position.
!*popupPosition:    50,60

! The maximum number of screens to save in the history list. A value of 0
! disables the history mechanism.
*historyMax:       25

! If set to true, filmographies will be sorted alphabetically instead of
! chronologically.
*alphaSort:		false

! If set to true, name completion will be enabled.  The default is 'false'.
*nameCompletion: 	false

! If set to 'false', the lookup and display of laserdisc information will be
! inhibited. The default is 'true'.
*laserDisc:		true

! Which filter menu item is the default in the genre popup. 
*genreInitial: 3
