Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DmacosxSupport.py163 def about_dialog(event=None): function
182 root.bind('<<about-idle>>', about_dialog)
211 root.createcommand('tkAboutDialog', about_dialog)
DEditorWindow.py220 text.bind("<<about-idle>>", self.about_dialog)
535 def about_dialog(self, event=None): member in EditorWindow
/external/python/cpython3/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)
572 def about_dialog(self, event=None): member in EditorWindow