On 2/2/06, Eric Hochmeister erichochmeister@gmail.com wrote:
Hi,
I'm trying to figure out how to access the initial top-level window... ie. the equivalent of opening wish and typing...
. config -bg black
I tried this in lisp,
(with-ltk () (configure nil :background "darkgreen"))
The widget you're looking for is in *tk*, so you can accomplish that with (configure *tk* :background "darkgreen")