Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
H A Dmacosx.py198 def config_dialog(event=None): function
200 # Synchronize with editor.EditorWindow.config_dialog.
217 root.bind('<<open-config-dialog>>', config_dialog)
218 root.createcommand('::tk::mac::ShowPreferences', config_dialog)
H A Deditor.py179 text.bind("<<open-config-dialog>>", self.config_dialog)
629 def config_dialog(self, event=None): member in EditorWindow
631 # Synchronize with macosx.overrideRootMenu.config_dialog.

Completed in 4 milliseconds