Home | History | Annotate | Download | only in idlelib

Lines Matching refs:edit

431         ("edit", "_Edit"),
892 # for each edit window instance, construct the recent files menu
1686 edit = EditorWindow(root=root, filename=filename)
1687 edit.set_close_hook(root.quit)
1688 edit.text.bind("<<close-all-windows>>", edit.close_event)