[ltk-user] How to access initial toplevel window? (wish window??)

Thomas F. Burdick tfb at ocf.berkeley.edu
Fri Feb 3 07:43:27 UTC 2006


On 2/2/06, Eric Hochmeister <erichochmeister at 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")



More information about the ltk-user mailing list