mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add primitive printing support for Unix and Windows.
This commit is contained in:
parent
eb914881af
commit
2ca7862e97
5 changed files with 38 additions and 0 deletions
|
@ -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>>'),
|
||||
]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue