From 7981ce576c719e291dc901a3463e725b6be3c50e Mon Sep 17 00:00:00 2001 From: "Steven M. Gava" Date: Tue, 11 Jun 2002 04:45:34 +0000 Subject: add a version of GvR's q&d python idle printing patch, slightly tweaked and modified for the idlefork config system --- Lib/idlelib/Bindings.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Lib/idlelib/Bindings.py') diff --git a/Lib/idlelib/Bindings.py b/Lib/idlelib/Bindings.py index aae6106e0d2..06e215e62b1 100644 --- a/Lib/idlelib/Bindings.py +++ b/Lib/idlelib/Bindings.py @@ -30,6 +30,8 @@ menudefs = [ ('Save _As...', '<>'), ('Save Co_py As...', '<>'), None, + ('_Print window', '<>'), + None, ('_Close', '<>'), ('E_xit', '<>'), ]), -- cgit v1.2.3