! XPCE 4.8 Resource definitions for colour and monochrome displays
! Author: Jan Wielemaker, University of Amsterdam
! Last Modified: Fri Sep 30 15:44:29 1994

! See README.customise before changing this file.

! This resource should define a PCE executable object.  It is ran when
! the display is first opened.  We use it to define various global objects
! used in the resources below.

Pce.Display.initialise: \
	and(_dialog_bg @= when(@colour_display, grey80, white), \
	    _graph_bg  @= when(@colour_display, grey95, white), \
	    _win_pen   @= when(@colour_display, 0, 1))

! This one is often slow on colour displays.  Prefer the beep then.
Pce.*.visual_bell:		when(@colour_display, @off, @on)

Pce.*.font:			@screen_roman_13
Pce.*.value_font:		@helvetica_roman_12
Pce.*.label_font:		@helvetica_bold_12

! These are factors used to compute shadow and hilited colours for the
! 3-D effect.

Pce.Colour.reduce_factor:	0.5
Pce.Colour.hilite_factor:	0.9

! Dialog Item definitions.

Pce.DialogItem.look:		open_look
Pce.DialogItem.elevation:	when(@colour_display, 1, 0)
Pce.DialogItem.background:	@_dialog_bg
Pce.*.inactive_colour: 		when(@colour_display, \
				     colour(grey60), \
				     @grey50_image)
Pce.*.label_format:		right

Pce.MenuBar.label_font:		@helvetica_roman_12
Pce.MenuBar.format:		left
Pce.MenuBar.gap:		10

Pce.Button.radius:		when(@colour_display, 8, 12)
Pce.Button.size:		size(50,20)
Pce.Button.font:		@helvetica_roman_12
Pce.Button.alignment:		center
Pce.Button.elevation:		when(@colour_display, 1, @nil)
Pce.Button.shadow:		when(@colour_display, 0, 1)
Pce.Button.popup_image:		when(@colour_display, @nil, 'ol_pulldown.bm')

Pce.Slider.look:		when(@colour_display, motif, open_look)

Pce.Menu.look:			when(@colour_display, motif, open_look)
Pce.Menu.pen:			0
Pce.Menu.elevation:		0
Pce.Menu.item_elevation:	1
Pce.Menu.cycle_indicator:	when(@colour_display, \
				     elevation(1), 'ol_cycle.bm')

Pce.Popup.format:		left
Pce.Popup.value_font:		@helvetica_roman_12
Pce.Popup.margin:		1
Pce.Popup.elevation:		1
Pce.Popup.item_elevation:	0
Pce.Popup.preview_elevation:	1
Pce.Popup.border:		2
Pce.Popup.preview_feedback:	rounded_box
Pce.Popup.popup_image:		'ol_pullright.bm'

Pce.ScrollBar.look:		open_look
Pce.ScrollBar.distance:		0
Pce.ScrollBar.elevation:	when(@colour_display, 1, @nil)
Pce.ScrollBar.background:	@_dialog_bg
Pce.ScrollBar.pen:		@_win_pen
Pce.ScrollBar.placement:	[right,bottom]

!Use the following resources if you prefer the X11 (xterm) scrollbars
!Pce.ScrollBar.look:		x
!Pce.ScrollBar.distance:	- @_win_pen
!Pce.ScrollBar.elevation:	when(@colour_display, \
!				     1, \
!				     elevation(@nil, 1, @grey50_image))


Pce.TextItem.elevation:			when(@colour_display, 1, @nil)
Pce.TextItem.look:			open_look
Pce.TextItem.border:			2

Pce.Label.font:				@helvetica_roman_12
Pce.Label.elevation:			@nil
Pce.Label.border:			1

Pce.Dialog.background:			@_dialog_bg
Pce.Browser.background:			@_dialog_bg
Pce.View.background:			@_graph_bg
Pce.Window.pen:				@_win_pen
Pce.Window.background:			@_graph_bg
Pce.Window.selection_feedback:		when(@colour_display, \
					     colour(red), \
					     invert)
Pce.Frame.background:			@_dialog_bg
Pce.WindowDecorator.background:		@_dialog_bg

Pce.TextImage.background:		@default
Pce.TextImage.colour:			black
Pce.TextImage.elevation:		when(@colour_display, 1, @nil)
Pce.TextCursor.inactive_colour: 	black
Pce.TextCursor.colour:			when(@colour_display, red, black)
Pce.TextCursor.fixed_font_style:	open_look
Pce.TextCursor.proportional_font_style:	open_look
Pce.Editor.selection_style:		when(@colour_display, \
					     style(background := yellow), \
					     style(highlight := @on))
Pce.ListBrowser.selection_style:	when(@colour_display, \
					     style(background:=elevation(-1)),\
					     style(highlight := @on))
Pce.*.isearch_style:			when(@colour_display, \
					     style(background := green), \
					     style(background:= @grey25_image))
