]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(Tkinter.py): Add support for Frame(w, class_="classname") as an alternative
authorFred Drake <fdrake@acm.org>
Fri, 10 Jan 1997 15:13:12 +0000 (15:13 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 10 Jan 1997 15:13:12 +0000 (15:13 +0000)
commit41dc09d10ec7cadfb5a0185461e8cce91182bb20
treeb26ea6c61f7c0b933d977742cf72bcfd2a84fb52
parent43a476ac002186c28ceccf36009fffe43ce68b0c
(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).
Lib/lib-tk/Tkinter.py
Lib/tkinter/Tkinter.py