Searched refs:about_dialog (Results 1 – 5 of 5) sorted by relevance
163 def about_dialog(event=None): function182 root.bind('<<about-idle>>', about_dialog)211 root.createcommand('tkAboutDialog', about_dialog)
220 text.bind("<<about-idle>>", self.about_dialog)535 def about_dialog(self, event=None): member in EditorWindow
199 def about_dialog(event=None): function223 root.bind('<<about-idle>>', about_dialog)246 root.createcommand('tkAboutDialog', about_dialog)
209 About IDLE # eEW.about_dialog, help_about.AboutDialog
158 text.bind("<<about-idle>>", self.about_dialog)549 def about_dialog(self, event=None): member in EditorWindow