Charles Owens <owensc@enc.edu> said:
Charles> One way that I DO have that works fine is the xgrab
Charles> tool. The only problem is that the view's background
Charles> color is grey, not white, so my printer (color injet)
Charles> has to cover the entire area of the printout. Is
Charles> there a way (an X resource or something) to make the
Charles> default background color white?
Try adding "tkined*background: white" to your .Xdefaults or add
a line like "option add Tkined*background white" to
/usr/local/lib/tkined/site/init.tcl. Both solutions work here
using tkined-1.3.4.
Juergen