Home
last modified time | relevance | path

Searched refs:default_command (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DSearchDialog.py27 self.make_button("Find Next", self.default_command, 1)
29 def default_command(self, event=None): member in SearchDialog
DGrepDialog.py61 self.make_button("Search Files", self.default_command, 1)
63 def default_command(self, event=None): member in GrepDialog
DReplaceDialog.py49 self.make_button("Replace+Find", self.default_command, 1)
59 def default_command(self, event=None): member in ReplaceDialog
DSearchDialogBase.py76 top.bind("<Return>", self.default_command)
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_searchdialogbase.py46 self.dialog.default_command = None
65 self.dialog.default_command = None