This directory contains tcl code for initialization of the Sather Gui
classes. Tcl/Tk startup is handled in the tcltk pseudo-platform.

ATTENTION:
----------
The setting of the variables 'tcl_library' and 'tk_library' in 'startup.tcl' is 
just a hack that works on my machine. I've no idea how that would have to be 
done correctly.

Gui initialization files
------------------------
2) gui_setup.tcl: This file should be invoked first when starting up the
'gui'.  It is provided to turn on/off the two variables

	sather server_debug      Debug server end sather source
	sather server_tcldebug   Debug server end tcl source
	
3) Then the socket connections are set up; 
	GUI_SYNCH_SOCKET and GUI_ASYNCH_SOCKET

4) gui_post_socket_int.tcl : This file can turn on/off the client end 
		debug variables
       sather app_debug
       sather app_tcldebug
