Searched refs:make_button (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/idlelib/ |
D | ReplaceDialog.py | 47 self.make_button("Find", self.find_it) 48 self.make_button("Replace", self.replace_it) 49 self.make_button("Replace+Find", self.default_command, 1) 50 self.make_button("Replace All", self.replace_all)
|
D | SearchDialogBase.py | 163 def make_button(self, label, command, isdef=0): member in SearchDialogBase 178 b = self.make_button("close", self.close)
|
D | SearchDialog.py | 27 self.make_button("Find Next", self.default_command, 1)
|
D | GrepDialog.py | 61 self.make_button("Search Files", self.default_command, 1)
|
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | test_searchdialogbase.py | 149 btn = self.dialog.make_button('Test', self.dialog.close)
|