
! For Color workstations only.
!
XRgb*background:				antiquewhite2
XRgb.width:						505
XRgb.height:					598

*menuform.orientation: 			horizontal
*menuform*top:					chaintop
*menuform*bottom:				chaintop
*menuform*left:					chainleft
*menuform.right:				chainright

*color_label.right:				chainright

*toppaned.menuform.showGrip:	false
*toppaned.redbox.showGrip:		false
*toppaned.greenbox.showGrip:	false
*toppaned.bluebox.showGrip:		false
*toppaned.color_box.showGrip:	true

*quit.label:					Quit
*quit.left:						chainleft
*quit.right:					chainleft
*optionsbutton.right:			chainleft
*optionsbutton.menuName:		optionsmenu
*optionsbutton.fromHoriz:		quit
*optionsbutton.label:			Options
*color.label:					Change to Closest Match
*display_match.label:			Display Closest Match

*aboutbutton.left:				chainleft
*aboutbutton.right:				chainleft
*aboutbutton.fromHoriz:			optionsbutton
*aboutbutton.label:				About
*aboutbutton.menuName:			aboutmenu
*about.label:					About xrgb...
*aboutcopying.label:			About Copying...

! Set the scrollbars so that they are horizontal, plus their colors
! also stick the thumb halfway (for red, green and blue)

*redval.width:					3
*redbar.fromHoriz:				redval
*redbar.width:					10
*redbar.orientation:			horizontal
XRgb*redbar.background:			red
*redbar.topOfThumb:				0.505

*greenval.width:				3
*greenbar.fromHoriz:			greenval
*greenbar.width:				10
*greenbar.orientation:			horizontal
XRgb*greenbar.background:		green
*greenbar.topOfThumb:			0.505

*blueval.width:					3
*bluebar.fromHoriz:				blueval
*bluebar.width:					10
*bluebar.orientation:			horizontal
XRgb*bluebar.background:		blue
*bluebar.foreground:			white
*bluebar.topOfThumb:			0.505

!Resource settings for the dialog box

*pshell.title:					Closest Color
*pshell.width:					400
*pshell.height:					115
*dialogDone.label:				Done
*dialogDone.left:				chainleft
*dialogDone.right:				chainleft
*dialogDone.top:				chaintop
*dialogDone.bottom:				chaintop

!Set up the value widgets

*value0.left:					chainleft
*value0.right:					chainleft
XRgb*value0.background:			red
*value1.left:					chainleft
*value1.right:					chainleft
*value1.fromHoriz:				value0
XRgb*value1.background:			green
*value2.left:					chainleft
*value2.right:					chainleft
*value2.fromHoriz:				value1
XRgb*value2.background:			blue
*value2.foreground:				white

*value3.left:              		chainright
*value3.right:             		chainright
XRgb*value3.background:			red
*value4.left:              		chainright
*value4.right:             		chainright
*value4.fromHoriz:				value3
XRgb*value4.background:			green
*value5.left:					chainright
*value5.right:					chainright
*value5.fromHoriz:				value4
XRgb*value5.background:			blue
*value5.foreground:				white
	
*value6.fromVert:				value0

!Set up the boxes

*box0.left:						chainleft
*box0.top:						chaintop
*box0.bottom:					chainbottom
*box1.right:					chainright
*box1.top:						chaintop
*box1.bottom:					chainbottom

*box1.horizDistance:			0
*box1.fromHoriz:				box0

*form0.showGrip:				FALSE
*value6.showGrip:				FALSE

Xrgb*quit*accelerators:\
	<Key>q: notify()

