cpython/Lib/lib-tk
Fred Drake 41dc09d10e (Tkinter.py): Add support for Frame(w, class_="classname") as an alternative
to Frame(w, cnf={"class": "classname"}).  I think this is the only
	widget other than Toplevel that needs to be concerned about setting
	the widget's class (-class must be the first option on the Tcl
	widget creation command).
1997-01-10 15:13:12 +00:00
..
Canvas.py Fix bogus implementation of Group.bind(). 1996-12-27 15:40:31 +00:00
Dialog.py keyword parameter changes 1995-08-04 03:49:39 +00:00
FileDialog.py Fix the following bug: 1997-01-03 23:39:26 +00:00
ScrolledText.py Change to use keyword args instead of dicts 1996-07-30 18:35:38 +00:00
SimpleDialog.py Don't use tktools, dummy! Reworded test message slightly. 1996-07-21 02:20:06 +00:00
Tkconstants.py Added ALL='all'. 1996-11-20 22:20:21 +00:00
Tkinter.py (Tkinter.py): Add support for Frame(w, class_="classname") as an alternative 1997-01-10 15:13:12 +00:00