Searched refs:config_dialog (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
H A DmacosxSupport.py122 def config_dialog(event=None): function in function:overrideRootMenu
133 root.bind('<<open-config-dialog>>', config_dialog)
134 root.createcommand('::tk::mac::ShowPreferences', config_dialog)
H A DEditorWindow.py213 text.bind("<<open-config-dialog>>", self.config_dialog)
537 def config_dialog(self, event=None): member in class:EditorWindow
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
H A DmacosxSupport.py122 def config_dialog(event=None): function in function:overrideRootMenu
133 root.bind('<<open-config-dialog>>', config_dialog)
134 root.createcommand('::tk::mac::ShowPreferences', config_dialog)
H A DEditorWindow.py213 text.bind("<<open-config-dialog>>", self.config_dialog)
537 def config_dialog(self, event=None): member in class:EditorWindow
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DmacosxSupport.py122 def config_dialog(event=None): function in function:overrideRootMenu
133 root.bind('<<open-config-dialog>>', config_dialog)
134 root.createcommand('::tk::mac::ShowPreferences', config_dialog)
H A DEditorWindow.py213 text.bind("<<open-config-dialog>>", self.config_dialog)
537 def config_dialog(self, event=None): member in class:EditorWindow
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DmacosxSupport.py122 def config_dialog(event=None): function in function:overrideRootMenu
133 root.bind('<<open-config-dialog>>', config_dialog)
134 root.createcommand('::tk::mac::ShowPreferences', config_dialog)
H A DEditorWindow.py213 text.bind("<<open-config-dialog>>", self.config_dialog)
537 def config_dialog(self, event=None): member in class:EditorWindow

Completed in 1178 milliseconds