]> granicus.if.org Git - python/commit
Fix up the Windows menu via the new callback mechanism instead of
authorGuido van Rossum <guido@python.org>
Wed, 17 Feb 1999 17:20:50 +0000 (17:20 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 17 Feb 1999 17:20:50 +0000 (17:20 +0000)
commitc4f752f803a20948826eff4601ea595d8b74bb96
treee4611b1b816dd03e9536404041bfa0cdeb5016ad
parent5437ddfa36f785cd8d2a68dc35297173d88ca67c
Fix up the Windows menu via the new callback mechanism instead of
depending on menu post commands (which don't work when the menu is
torn off).
Tools/idle/EditorWindow.py