!
! All of the predefined display configurations live in this file.
!

!
! GraphProc test window config and color table
!
! Display configurations... added by cindy (it's always cindy's fault!)
!
set ConfigDir concat(c$basedir, "/pacs/dconfig")
set ConfigPD (concat (c$basedir, "/pacs/dconfig/pd"))
pddir #ConfigPD
!
!
! The initialization file.
!
set init_file (concat (c$basedir, "/pacs/gp.init"))

!
! Executables.  Use the bin version unless GPDEBUG is defined.
!
set default_exec concat(c$bindir, "/gp")
set default_arg1 concat(c$basedir, "/pacs/gp.init")

if (getenv ("GPDEBUG") = "UNDEFINED")
	set gp_exec (concat (c$bindir, "/gp"))
else
	if (getenv ("GPEXEC") = "UNDEFINED")
		set gp_exec (concat (c$basedir, "/gp/gp"))
	else
		set gp_exec getenv("GPEXEC")
	endif
endif
set clock_exec (concat (c$bindir, "/fccclock"))

!
! Coare configs
!
config coarekap
	window 'big' 5 5 500 500 #gp_exec #init_file
		description 'coare-big'
		buttonmap 'big'
		forcepd
	endwindow
	window 'kapinga' 510 5 400 500 #gp_exec #init_file
		description 'kap_sounding'
	endwindow
	window 'Clock' 5 710 250 30 /zeb/bin/fccclock
		description 'coare-Clock'
		buttonmap 'default'
	endwindow
	widget 'iconbar' 8 616 393 55
endconfig


!
! Generic linked PD to display one window zoomed.
!
config zoom 1
	window 'humungo' 5 5 1100 850 #gp_exec #init_file
		buttonmap 'big'
		linkpd 1
	endwindow
endconfig
!
! An empty config just to clear out the screen.
!
!config empty
!	widget 'iconbar' 1070 5 70 460
!endconfig
! needed to comment this out to get it to work 31 aug 95 SEY
! config is in dconfig
