Add primitive printing support for Unix and Windows.

This commit is contained in:
Guido van Rossum 2002-06-10 18:52:02 +00:00
parent eb914881af
commit 2ca7862e97
5 changed files with 38 additions and 0 deletions

View file

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