Searched refs:about_dialog (Results 1 - 4 of 4) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DmacosxSupport.py118 def about_dialog(event=None): function in function:overrideRootMenu
132 root.bind('<<about-idle>>', about_dialog)
161 root.createcommand('tkAboutDialog', about_dialog)
H A DEditorWindow.py212 text.bind("<<about-idle>>", self.about_dialog)
534 def about_dialog(self, event=None): member in class:EditorWindow
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DmacosxSupport.py118 def about_dialog(event=None): function in function:overrideRootMenu
132 root.bind('<<about-idle>>', about_dialog)
161 root.createcommand('tkAboutDialog', about_dialog)
H A DEditorWindow.py212 text.bind("<<about-idle>>", self.about_dialog)
534 def about_dialog(self, event=None): member in class:EditorWindow

Completed in 748 milliseconds