]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added dictionary mapping names to children, and _name attribute.
authorGuido van Rossum <guido@python.org>
Mon, 20 Jun 1994 12:19:19 +0000 (12:19 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 20 Jun 1994 12:19:19 +0000 (12:19 +0000)
commit45853db868fa415c50bfa6d104fe8cdae1c41604
treeea0e26e76b43692da87617b9cad94293e5a9e456
parente7571856f3f59c73527ceefcf01e8a6b6f42502b
Added dictionary mapping names to children, and _name attribute.
Renamed tkerror to _tkerror, default_root to _default_root.
(_substitute, _subst_prefix): move back into class Misc; added
widget Event attribute.
Added functions that return widgets or widget lists:
winfo_children; focus_get; grab_current.
(Pack.slaves, Place.slaves): return Widget objects instead of
pathnames.
Renamed __del__() to destroy() (because of circular refs, __del__
won't ever be called).
Added some names with explicit _set: focus_set, focus_default_set,
grab_set.
Added focus_default_none.
(Misc._getints): use tk.splitlist() instead of tk.split(), return
None if string empty.
Lib/lib-tk/Tkinter.py
Lib/tkinter/Tkinter.py