diff options
author | Steven M. Gava <elguavas@python.net> | 2002-06-11 04:45:34 +0000 |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2002-06-11 04:45:34 +0000 |
commit | 7981ce576c719e291dc901a3463e725b6be3c50e (patch) | |
tree | 33e87f7df0b4968d626a4dc5a37d6843ca770ee5 /Lib/idlelib/Bindings.py | |
parent | 55ad7f84a4ccf6f540b6bc350fb09f19348a4193 (diff) | |
download | cpython-git-7981ce576c719e291dc901a3463e725b6be3c50e.tar.gz |
add a version of GvR's q&d python idle printing patch,
slightly tweaked and modified for the idlefork config system
Diffstat (limited to 'Lib/idlelib/Bindings.py')
-rw-r--r-- | Lib/idlelib/Bindings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/idlelib/Bindings.py b/Lib/idlelib/Bindings.py index aae6106e0d..06e215e62b 100644 --- a/Lib/idlelib/Bindings.py +++ b/Lib/idlelib/Bindings.py @@ -30,6 +30,8 @@ menudefs = [ ('Save _As...', '<<save-window-as-file>>'), ('Save Co_py As...', '<<save-copy-of-window-as-file>>'), None, + ('_Print window', '<<print-window>>'), + None, ('_Close', '<<close-window>>'), ('E_xit', '<<close-all-windows>>'), ]), |