cpython/Lib/lib-tk
Guido van Rossum da65450530 The message "Exception in Tkinter callback" should go to stderr.
Fix bug in NoDefaultRoot() -- _default_root wasn't declared global;
and made it reentrant.

Don't set _default_root to whatever master gets passed in to
BaseWidget._setup() (only set it when we need to create a new Tk()
widget).
1998-10-06 19:06:27 +00:00
..
Canvas.py From: Nicolas CHAUVAT <nico@caesium.fr> 1998-07-16 13:43:05 +00:00
Dialog.py keyword parameter changes 1995-08-04 03:49:39 +00:00
FileDialog.py When a file name is selected ("OK" button, <Return> in the filename entry), 1998-05-06 17:28:23 +00:00
ScrolledText.py Fix the exclusion of "config" in the methods copied from Pack to also 1997-12-05 17:05:04 +00:00
SimpleDialog.py Give in to the tab police. 1998-03-20 20:45:49 +00:00
Tkconstants.py NSEW is also valid for -sticky 1998-10-01 15:54:48 +00:00
Tkdnd.py Another easter present. 1998-04-10 16:14:34 +00:00
Tkinter.py The message "Exception in Tkinter callback" should go to stderr. 1998-10-06 19:06:27 +00:00
tkColorChooser.py Nannified. 1998-08-10 20:13:17 +00:00
tkCommonDialog.py Give in to the tab police. 1998-03-20 20:45:49 +00:00
tkFileDialog.py Give in to the tab police. 1998-03-20 20:45:49 +00:00
tkFont.py Fredrik Lundh's font wrapper. 1998-08-11 19:07:58 +00:00
tkMessageBox.py New dialog routines (Fred Lundh) 1997-07-19 20:02:36 +00:00
tkSimpleDialog.py Fred Lundh's latest versions. 1997-08-14 14:17:28 +00:00