Searched refs:default_command (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/idlelib/ |
D | SearchDialog.py | 27 self.make_button("Find Next", self.default_command, 1) 29 def default_command(self, event=None): member in SearchDialog
|
D | GrepDialog.py | 61 self.make_button("Search Files", self.default_command, 1) 63 def default_command(self, event=None): member in GrepDialog
|
D | ReplaceDialog.py | 49 self.make_button("Replace+Find", self.default_command, 1) 59 def default_command(self, event=None): member in ReplaceDialog
|
D | SearchDialogBase.py | 76 top.bind("<Return>", self.default_command)
|
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | test_searchdialogbase.py | 46 self.dialog.default_command = None 65 self.dialog.default_command = None
|