Searched refs:make_button (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/idlelib/ |
D | replace.py | 90 self.make_button("Find", self.find_it) 91 self.make_button("Replace", self.replace_it) 92 self.make_button("Replace+Find", self.default_command, isdef=True) 93 self.make_button("Replace All", self.replace_all)
|
D | searchbase.py | 169 def make_button(self, label, command, isdef=0): member in SearchDialogBase 184 b = self.make_button("Close", self.close)
|
D | search.py | 69 self.make_button("Find Next", self.default_command, isdef=True)
|
D | grep.py | 127 self.make_button("Search Files", self.default_command, isdef=True)
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_searchbase.py | 145 btn = self.dialog.make_button('Test', self.dialog.close)
|