add a version of GvR's q&d python idle printing patch,

slightly tweaked and modified for the idlefork config system
This commit is contained in:
Steven M. Gava 2002-06-11 04:45:34 +00:00
parent 55ad7f84a4
commit 7981ce576c
5 changed files with 51 additions and 3 deletions

View file

@ -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>>'),
]),