diff options
author | Guido van Rossum <guido@python.org> | 1995-01-10 17:07:40 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-01-10 17:07:40 (GMT) |
commit | b8fe9b3fc8fbaa552cb4bcb7794bb45a7ee4b0a7 (patch) | |
tree | f4b9b620c4feb298345876751ee784a59f7788c9 /Demo/tkinter/matt/menu-simple.py | |
parent | d0c063361fff0d53a7c648f1c577ae0c642f7888 (diff) | |
download | cpython-b8fe9b3fc8fbaa552cb4bcb7794bb45a7ee4b0a7.zip cpython-b8fe9b3fc8fbaa552cb4bcb7794bb45a7ee4b0a7.tar.gz cpython-b8fe9b3fc8fbaa552cb4bcb7794bb45a7ee4b0a7.tar.bz2 |
menu-simple.py: fixed lay-out
bind-with-multiple-calls-per-event-type.py: new, or forgot to add earlier
Diffstat (limited to 'Demo/tkinter/matt/menu-simple.py')
-rw-r--r-- | Demo/tkinter/matt/menu-simple.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Demo/tkinter/matt/menu-simple.py b/Demo/tkinter/matt/menu-simple.py index a1fc2fb..1f46e21 100644 --- a/Demo/tkinter/matt/menu-simple.py +++ b/Demo/tkinter/matt/menu-simple.py @@ -19,8 +19,8 @@ from Tkinter import * # | New... | # | Open... | # | Print | -# | | <-------- This is a MENU. The lines of text in the menu are -# | | MENU ENTRIES +# | | <------ This is a MENU. The lines of text in the menu are +# | | MENU ENTRIES # | +---------------+ # | Open Files > | file1 | # | | file2 | |