Date: Sat, 04 Jun 1994 02:00:44 +0700
From: lumholt@login.dkuug.dk (Steen Lumholt)
To: guido@cwi.nl
cc: janssen@parc.xerox.com
Subject: Tkinter
New version of tkinter! I'm on vacation for the next 5 days. So
until then happy (?) tkinter'ing.
Fixed:
* Message widget
* Return value for xx.cmd(...)
* screenName default
* Tk.after(ms, func)
* MAKESETUP= $(LIBPL)/makesetup in Makefile.pre.in
* Bug fix in tkinter.c
* Use xx.config({'key': value, ...}) and Pack.pack = Pack.config, ...
To drop the Tk error message window:
def tkerror(err):
...
xx.tk.createcommand('tkerror', tkerror)
--sl