]> granicus.if.org Git - python/commit
(Fred Drake:) Re-wrote the OptionMenu class to allow access to a real
authorGuido van Rossum <guido@python.org>
Mon, 21 Oct 1996 15:16:51 +0000 (15:16 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 21 Oct 1996 15:16:51 +0000 (15:16 +0000)
commit28574b557b40b8ebc964e0b5f27da42f9b4aa611
tree37f1f232f9ef3b80b2e251750fdc405b4be5a02a
parentcc55c2d295cbfadcb2f9799679fc228c81fd17ab
(Fred Drake:) Re-wrote the OptionMenu class to allow access to a real
Menu object via om['menu'] -- this is necessary to use a post-command
with an OptionMenu.  The API has not changed.
Lib/lib-tk/Tkinter.py
Lib/tkinter/Tkinter.py