!
! @(#)XMmix.ad	3.3 96/07/14
!
!   xmmix - Motif(tm) Audio Mixer
!
!   Copyright (C) 1994-1996  Ti Kan
!   E-mail: ti@amb.org
!
!   This program is free software; you can redistribute it and/or modify
!   it under the terms of the GNU General Public License as published by
!   the Free Software Foundation; either version 2 of the License, or
!   (at your option) any later version.
!
!   This program is distributed in the hope that it will be useful,
!   but WITHOUT ANY WARRANTY; without even the implied warranty of
!   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
!   GNU General Public License for more details.
!
!   You should have received a copy of the GNU General Public License
!   along with this program; if not, write to the Free Software
!   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
!

!*
!* File path defaults
!*

! This points to the on-line help file
XMmix*helpPath:					/usr/pkg/lib/X11/xmmix.hlp

! This points to a mixer settings file that is automatically loaded
! upon startup.  If set to /dev/null, then no file will be auto-loaded.
XMmix*autoLoadOnStartUp:			/dev/null

!*
!* Option parameters
!*

! If set to True, xmmix will reset all control settings to the
! start-up state when exiting.
XMmix*resetOnExit:				False

!*
!* Color resource defaults
!*
!* The following should be used only on a color or grey-scale display.
!* You may wish to alter these color defaults.  I find them aesthetically
!* pleasing as-is.
!*

XMmix*logoLabel*foreground:			CadetBlue4
XMmix*logoLabel*Background:			White
XMmix*XmText*background:			Grey75
XMmix*XmTextField*background:			Grey75
XMmix*XmList*background:			Grey75
XMmix*foreground:				Black
XMmix*background:				Grey65
XMmix*highlightColor:				DarkOrchid
XMmix*selectColor:				Yellow

!*
!* Monochrome resource defaults
!*
!* These should be used only on a monochrome (1 bit plane) display.
!*

!XMmix*logoLabel*foreground:			Black
!XMmix*logoLabel*Background:			White
!XMmix*XmText*background:			White
!XMmix*XmTextField*background:			White
!XMmix*XmList*background:			White
!XMmix*foreground:				Black
!XMmix*background:				White
!XMmix*highlightColor:				Black
!XMmix*selectColor:				Black


!*
!* Widget-specific or widget-type-specific resources
!*
!* These should not require any modification, except if the specified
!* fonts are not available, or to change the text string defaults to
!* a non-English language.
!*

! Font defaults
XMmix*menuBar*fontList:		-*-helvetica-medium-r-*--12-120-*
XMmix*fileSelectionBox*XmText*fontList:		fixed
XMmix*fileSelectionBox*XmTextField*fontList:	fixed
XMmix*fileSelectionBox*XmList*fontList:		fixed
XMmix*fileSelectionBox*fontList:	-*-helvetica-medium-r-*--12-120-*
XMmix*helpForm*fontList:	-*-helvetica-medium-r-*--12-120-*
XMmix*aboutDialog*fontList:	-*-times-bold-i-*--24-240-*=chset1, \
				-*-times-bold-i-*--12-120-*=chset2, \
				-*-helvetica-medium-r-*--10-100-*=chset3, \
				fixed
XMmix*warningDialog*fontList:	-*-helvetica-medium-r-*--12-120-*
XMmix*fontList:			-*-helvetica-medium-r-*--10-100-*


!*
!* General resources
!*

XMmix*XmToggleButton*highlightThickness:	1
XMmix*XmList*shadowThickness:			2
XMmix*XmScale*shadowThickness:			2
XMmix*XmText*shadowThickness:			2
XMmix*XmTextField*shadowThickness:		2
XMmix*recomputeSize:				True
XMmix*defaultPosition:				True
XMmix*indicatorSize:				11
XMmix*highlightThickness:			2
XMmix*defaultButtonShadowThickness:		0
XMmix*borderWidth:				0
XMmix*labelType:				STRING
XMmix*keyboardFocusPolicy:			EXPLICIT

