Searched refs:about_dialog (Results 1 – 3 of 3) sorted by relevance
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
166 text.bind("<<about-idle>>", self.about_dialog)574 def about_dialog(self, event=None): member in EditorWindow