! This is the location of the PhotoCD. Usualy this is the mount point of
! your CDROM-drive.
Xpcd.photocd:			/mnt/cdrom


! This is the command line for the viewer. The viewer gets the image
! from stdin. If you don't like xv, uncomment this line and
! fill in your favorite program. You can specify additional command line
! options too. I use 'xv -gamma 1.6 -', but it does not work with older
! xv versions (<3.1), that's why it is'nt default.
Xpcd.viewer:			xv -


! This are additional command line options for hpcdtoppm. If you don't want
! colored images, simply uncomment this line. See the hpcdtoppm-manpage for
! details.
!Xpcd.options:			-pgm


! Xpcd supports display gamma correction. Enter the value for your
! display here. 1.6 is the default value and works just fine for me.
Xpcd.gamma:			1.6


! Since version 0.3 xpcd supports colored images. If you prefer the old
! grayscaled images, set this to false. Of cource colored images look much
! better than grayscaled ones, but with xpcd works faster with grayscaled
! images. You have the choice...
Xpcd.useColors:			true


! Should xpcd load the thumbnails?
!   true:  you will get buttons with a 92x64 image
!   false: you will get buttons with numbers (or filenames)
Xpcd.loadThumbnails:		true


! Should the number (or filename) added to the 92x64 button-image ?
Xpcd.labelThumbnails:		true


! ---------------------------------------------------------------------
! Xdefaults for Xaw3d 1.1
! Motif look (sort of)
!

! general
Xpcd*beNiceToColormap:			false
Xpcd*topShadowContrast:			20
Xpcd*bottomShadowContrast:		40
Xpcd*highlightThickness:		0
Xpcd*shapeStyle:			Rectangle

! colors
Xpcd*Form.background:			lightgray
Xpcd*Box.background:			lightgray
Xpcd*Composite.background:		lightgray
Xpcd*Label.background:			lightgray
Xpcd*Dialog.background:			lightgray
Xpcd*Command.background:		gray
Xpcd*Toggle.background:			gray
Xpcd*List.background:			gray
Xpcd*MenuButton.background:		gray
Xpcd*SimpleMenu.background:		gray
Xpcd*SmeBSB.background:			gray
Xpcd*Scrollbar.background:		gray60
Xpcd*Scrollbar.foreground:		white
Xpcd*Text.background:			#d3b6b6
!Xpcd*TransientShell*Dialog.background:	bisque3

! shadowWidth
Xpcd*shadowWidth:			2
Xpcd*Label.shadowWidth:			0

! special Scrollbar settings
Xpcd*Scrollbar*width:			16
Xpcd*Scrollbar*height:			16
Xpcd*Scrollbar*cursorName:		top_left_arrow
Xpcd*Scrollbar*pushThumb:		false
!--- end ---------------------------------------------------------------------

! general
Xpcd.geometry:				550x400

! main window
Xpcd*cdrom.label:			PhotoCD...
Xpcd*files.label:			File(s)...
Xpcd*exit.label:			Exit
Xpcd*stat.borderWidth:			0
Xpcd*stat.label:			ready

! popup dialogs
Xpcd.cdsh.dialog.label:			Where is the PhotoCD mounted ?
Xpcd.fish.dialog.label:			Enter file(s) or directory:
Xpcd*dialog.value:			
Xpcd*dialog.value.width:		250
Xpcd*dialog.ok.label:			OK
Xpcd*dialog.cancel.label:		Cancel
Xpcd*dialog.ok.accelerators:		#override \n\
        <Key>Return: set()notify()unset()
Xpcd*dialog.cancel.accelerators:	#override \n\
        <Key>Escape: set()notify()unset()

! buttons
Xpcd*box.background:			lightyellow
Xpcd*box.Command.foreground:		orange

! image windows
Xpcd*image.form.s1.label:		1
Xpcd*image.form.s2.label:		2
Xpcd*image.form.s3.label:		3
Xpcd*image.form.s4.label:		4
Xpcd*image.form.s5.label:		5
Xpcd*image.form.s6.label:		6
Xpcd*image.form.dismiss.label:		Dismiss
Xpcd*image.form.picture.background:	orange
