Home
last modified time | relevance | path

Searched refs:about_dialog (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/idlelib/
Dmacosx.py199 def about_dialog(event=None): function
223 root.bind('<<about-idle>>', about_dialog)
246 root.createcommand('tkAboutDialog', about_dialog)
DREADME.txt209 About IDLE # eEW.about_dialog, help_about.AboutDialog
Deditor.py166 text.bind("<<about-idle>>", self.about_dialog)
574 def about_dialog(self, event=None): member in EditorWindow